C# Class XamlForIphone.UILabel

Inheritance: UIElement
Afficher le fichier Open project: Clancey/XamlForIphone Class Usage Examples

Private Properties

Свойство Type Description
ArrangeInternal void
setupEvents void

Méthodes publiques

Méthode Description
DrawText ( System rect ) : void
TextRectForBounds ( System bounds, System numberOfLines ) : RectangleF

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

Méthode Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

DrawText() public méthode

public DrawText ( System rect ) : void
rect System
Résultat void

TextRectForBounds() public méthode

public TextRectForBounds ( System bounds, System numberOfLines ) : RectangleF
bounds System
numberOfLines System
Résultat System.Drawing.RectangleF