VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationLinearGradientBrush Class / GammaCorrection Property
Syntax Requirements SeeAlso
In This Topic
    GammaCorrection Property (AnnotationLinearGradientBrush)
    In This Topic
    Gets or sets a value indicating whether gamma correction is enabled for this AnnotationLinearGradientBrush.
    Syntax
    'Declaration
    
    <EditorBrowsableAttribute(Never)>
    <BrowsableAttribute(False)>
    <ObsoleteAttribute("This property is no longer supported.", False)>
    Public Property GammaCorrection As Boolean
    
    
    [EditorBrowsable(Never)]
    [Browsable(False)]
    [Obsolete("This property is no longer supported.", False)]
    public bool GammaCorrection { get; set; }
    
    
    [EditorBrowsable(Never)]
    [Browsable(False)]
    [Obsolete("This property is no longer supported.", False)]
    public: __property bool get_GammaCorrection();
    public: __property void set_GammaCorrection(
    bool value
    );
    [EditorBrowsable(Never)]
    [Browsable(False)]
    [Obsolete("This property is no longer supported.", False)]
    public:
    property bool GammaCorrection { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also