ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTText Class / Orientation Property




In This Topic
    Orientation Property (ImGearARTText)
    In This Topic
    Gets or sets the text orientation.
    Syntax
    'Declaration
     
    Public Property Orientation As ImGearOrientationModes
    'Usage
     
    Dim instance As ImGearARTText
    Dim value As ImGearOrientationModes
     
    instance.Orientation = value
     
    value = instance.Orientation
    public ImGearOrientationModes Orientation {get; set;}
    public: __property ImGearOrientationModes get_Orientation();
    public: __property void set_Orientation( 
       ImGearOrientationModes value
    );
    public:
    property ImGearOrientationModes Orientation {
       ImGearOrientationModes get();
       void set (    ImGearOrientationModes value);
    }

    Property Value

    ImageGear.Core.ImGearOrientationModes enumeration value.
    Remarks
    The default value is ImGearOrientationModes.TOP_LEFT.
    See Also