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

In This Topic
    GradientMode Property (Style)
    In This Topic
    Gets or sets the Style.GradientMode used to paint the background.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <DescriptionAttribute("Gets or sets the type of gradient used to paint the background.")>
    <CategoryAttribute("Gradient")>
    Public Property GradientMode As GradientMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Gets or sets the type of gradient used to paint the background.")]
    [Category("Gradient")]
    public GradientMode GradientMode {get; set;}
    See Also