ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearOrientation Structure / Value Property




In This Topic
Value Property (ImGearOrientation)
In This Topic
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

Property Value

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