ImageGear .NET v24.12 - Updated
CharUp Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : CharUp Property
Gets or sets a char up angle of the text characters.
Syntax
'Declaration
 
Public Property CharUp As Single
'Usage
 
Dim instance As ImGearVectorTextObject
Dim value As Single
 
instance.CharUp = value
 
value = instance.CharUp
public float CharUp {get; set;}
public: __property float get_CharUp();
public: __property void set_CharUp( 
   float value
);
public:
property float CharUp {
   float get();
   void set (    float value);
}

Property Value

Any value in the range of -2*PI... 2*PI.
See Also

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members