Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
TextDescriptor.Angle property 
 
Type
short for Visual C++ 
integer for Visual Basic
 
 
Syntax
object.TextDescriptor.Angle [=integer] 
or 
object.CellsManager.TextDescriptor(UniqueID).Angle [=integer]
 
 
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. 
The rotation angle cannot be set if the Style property is set to STYLE_FRAME. 
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 object. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index