ImageGear .NET - Updated
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
public ImGearOrientationModes Orientation {get; set;}
public: __property ImGearOrientationModes get_Orientation();
public: __property void set_Orientation( 
   ImGearOrientationModes value
);
public:
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

ImGearARTImage Class
ImGearARTImage Members
ImGearOrientationModes Enumeration