C# Class Sharplike.UI.Controls.Label

Inheritance: AbstractRegion
Afficher le fichier Open project: eropple/sharplike Class Usage Examples

Méthodes publiques

Méthode Description
Label ( Size extents, Point location ) : System
SetText ( String text ) : void

Private Methods

Méthode Description
Wrap ( String text ) : String[]

Method Details

Label() public méthode

public Label ( Size extents, Point location ) : System
extents System.Drawing.Size
location Point
Résultat System

SetText() public méthode

public SetText ( String text ) : void
text String
Résultat void