ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorTextObject Class / CharBase Property




In This Topic
    CharBase Property
    In This Topic
    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