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




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

Property Value

Any of ImGearOrientationModes enumerationvalues.
See Also