ImageGear v26.3 - Updated
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
    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