ImageGear .NET v24.12 - Updated
Orientation Property (IImGearARTPopupText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPopupText Interface : Orientation Property
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

Reference

IImGearARTPopupText Interface
IImGearARTPopupText Members
ImGearOrientationModes Enumeration