TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / GammaCorrection Property

In This Topic
    GammaCorrection Property (Style)
    In This Topic
    Gets or sets whether to apply gamma correction to the background gradient.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets whether to apply gamma correction to the background gradient.")>
    <CategoryAttribute("Gradient")>
    <DefaultValueAttribute(True)>
    Public Property GammaCorrection As Boolean
    [Description("Gets or sets whether to apply gamma correction to the background gradient.")]
    [Category("Gradient")]
    [DefaultValue(true)]
    public bool GammaCorrection {get; set;}
    See Also