ImageGear .NET - Updated
Value Property (IImGearOrientation)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearOrientation Interface : Value Property
Gets or sets orientation identifier.
Syntax
'Declaration
 
Property Value As ImGearOrientationModes
'Usage
 
Dim instance As IImGearOrientation
Dim value As ImGearOrientationModes
 
instance.Value = value
 
value = instance.Value
ImGearOrientationModes Value {get; set;}
__property ImGearOrientationModes get_Value();
__property void set_Value( 
   ImGearOrientationModes value
);
property ImGearOrientationModes Value {
   ImGearOrientationModes get();
   void set (    ImGearOrientationModes value);
}

Property Value

Any of ImGearOrientationModes enumerationvalues.
See Also

Reference

IImGearOrientation Interface
IImGearOrientation Members
ImGearOrientationModes Enumeration