ImageGear .NET - Updated March 30, 2018
Orientation Property (ImGearARTText)




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

Property Value

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

Reference

ImGearARTText Class
ImGearARTText Members
ImGearOrientationModes Enumeration