ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPopupText Interface / Orientation Property




In This Topic
    Orientation Property (IImGearARTPopupText)
    In This Topic
    Gets or sets the text orientation.
    Syntax
    'Declaration
     
    Property Orientation As ImGearOrientationModes
    'Usage
     
    Dim instance As IImGearARTPopupText
    Dim value As ImGearOrientationModes
     
    instance.Orientation = value
     
    value = instance.Orientation
    ImGearOrientationModes Orientation {get; set;}
    __property ImGearOrientationModes get_Orientation();
    __property void set_Orientation( 
       ImGearOrientationModes value
    );
    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