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

In This Topic
    Shadow Property (Style)
    In This Topic
    Gets or sets whether the style includes a shadow.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets whether the style includes a shadow.")>
    <BrowsableAttribute(False)>
    <DefaultValueAttribute(False)>
    Public Property Shadow As Boolean
    [Description("Gets or sets whether the style includes a shadow.")]
    [Browsable(false)]
    [DefaultValue(false)]
    public bool Shadow {get; set;}
    See Also