ImageGear .NET v25.1 - Updated
Value Property (ImGearOrientation)




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

Property Value

Any of ImGearOrientationModes enumeration values.
Remarks
Represents orientation as numeric value.
See Also

Reference

ImGearOrientation Structure
ImGearOrientation Members
ImGearOrientationModes Enumeration