C# Class Sharplike.UI.Controls.Label
Mostrar archivo
Open project: eropple/sharplike
Class Usage Examples
Public Methods
Method |
Description |
|
Label ( Size extents, Point location ) : System |
|
|
SetText ( String text ) : void |
|
|
Private Methods
Method |
Description |
|
Wrap ( String text ) : String[] |
|
|
Method Details
public Label ( Size extents, Point location ) : System |
extents |
System.Drawing.Size |
|
location |
Point |
|
return |
System |
|
public SetText ( String text ) : void |
text |
String |
|
return |
void |
|