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