|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property Angle As Short
[C#]
public short Angle {get; set;}
[C++]
public: __property short get_Angle();
public: __property void set_Angle(short);
|
|
|
|
|
Remarks
|
Text rotation angle.
This property value, whose default value is 0 degrees, can range from -180 to 180 degrees; entering an out of bounds value will cause the control to reset the value to the nearest in-bound value.
Below you can see a sample of a button with a -30 degrees angle applied to the caption text.
(Available only with Professional edition)
|
|
|
|
|
See also
|
TextDescriptor class.
TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.
How to add text to the control section.
How to manage cells section.
|