ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / Brightness Property




In This Topic
    Brightness Property (ImGearPageDisplay)
    In This Topic
    Gets or sets the brightness level of the displayed image.
    Syntax
    'Declaration
     
    Public Overridable Property Brightness As Double
    'Usage
     
    Dim instance As ImGearPageDisplay
    Dim value As Double
     
    instance.Brightness = value
     
    value = instance.Brightness
    public virtual double Brightness {get; set;}
    public: __property virtual double get_Brightness();
    public: __property virtual void set_Brightness( 
       double value
    );
    public:
    virtual property double Brightness {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks

    Changing this property does not permanently affect the loaded image in memory.

    The default value is 0.
    See Also