ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / Alignment Property




In This Topic
    Alignment Property (ImGearVectorEntityText)
    In This Topic
    Gets or sets a flags defining the alignment of the text string.
    Syntax
    'Declaration
     
    Public Property Alignment As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim value As Integer
     
    instance.Alignment = value
     
    value = instance.Alignment
    public int Alignment {get; set;}
    public: __property int get_Alignment();
    public: __property void set_Alignment( 
       int value
    );
    public:
    property int Alignment {
       int get();
       void set (    int value);
    }

    Property Value

    Combination of ImGearVectAlignment enumeration values.
    Remarks
    The default value is ImGearVectAlignment.NONE.
    See Also