ImageGear .NET v24.12 - Updated
CharBase Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : CharBase Property
Gets or sets a char base angle of the text characters.
Syntax
'Declaration
 
Public Property CharBase As Single
'Usage
 
Dim instance As ImGearVectorTextObject
Dim value As Single
 
instance.CharBase = value
 
value = instance.CharBase
public float CharBase {get; set;}
public: __property float get_CharBase();
public: __property void set_CharBase( 
   float value
);
public:
property float CharBase {
   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