Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.Angle property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i000052

 

 

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.