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

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