프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SplitText | string |
메소드 | 설명 | |
---|---|---|
PathLabel ( ) : System |
The default constructor.
|
메소드 | 설명 | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Paints the label's string.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |