ImageGear for .NET
Orientation Property (IImGearARTPopupText)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback