Property | Type | Description | |
---|---|---|---|
SplitText | string |
Method | Description | |
---|---|---|
PathLabel ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Paints the label's string.
|
Method | Description | |
---|---|---|
SplitText ( |
Splits the given text into multiples lines, factoring in the given information. If the given text will not fit in the given area, the last line of the split text will contain the extra characters. |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |