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