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




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