ImageGear .NET - Updated May 30, 2018
Orientation Property (ImGearARTImage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTImage Class : Orientation Property
Gets or sets the image orientation.
Syntax
'Declaration
 
Public Property Orientation As ImGearOrientationModes
 
'Usage
 
Dim instance As ImGearARTImage
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

ImGearARTImage Class
ImGearARTImage Members
ImGearOrientationModes Enumeration