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




In This Topic
    Orientation Property (ImGearARTRichText)
    In This Topic
    Gets or sets Rich text orientation.
    Syntax
    'Declaration
     
    Public Property Orientation As ImGearOrientationModes
    'Usage
     
    Dim instance As ImGearARTRichText
    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