C# Class MonoDroidToolkit.VerticalTextView

Inheritance: Android.Widget.TextView
Afficher le fichier Open project: jamesmontemagno/MonoDroidToolkit

Méthodes publiques

Méthode Description
VerticalTextView ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
VerticalTextView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content
VerticalTextView ( System javaReference, Android transfer ) : Android.Content

Méthodes protégées

Méthode Description
OnDraw ( Android canvas ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

OnDraw() protected méthode

protected OnDraw ( Android canvas ) : void
canvas Android
Résultat void

OnMeasure() protected méthode

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
Résultat void

VerticalTextView() public méthode

public VerticalTextView ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
Résultat Android.Content

VerticalTextView() public méthode

public VerticalTextView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat Android.Content

VerticalTextView() public méthode

public VerticalTextView ( System javaReference, Android transfer ) : Android.Content
javaReference System
transfer Android
Résultat Android.Content