ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearContrastSettings Interface / Contrast Property




In This Topic
    Contrast Property (IImGearContrastSettings)
    In This Topic
    Gets or sets contrast attribute.
    Syntax
    'Declaration
     
    Property Contrast As Double
    'Usage
     
    Dim instance As IImGearContrastSettings
    Dim value As Double
     
    instance.Contrast = value
     
    value = instance.Contrast
    double Contrast {get; set;}
    __property double get_Contrast();
    __property void set_Contrast( 
       double value
    );
    property double Contrast {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also