C# Class Sharplike.UI.Controls.Label

Inheritance: AbstractRegion
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

Label() public method

public Label ( Size extents, Point location ) : System
extents System.Drawing.Size
location Point
return System

SetText() public method

public SetText ( String text ) : void
text String
return void