'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the style of the shadow.")> Public Property Style As ShadowStyle
'Usage
Dim instance As NShadowInfo Dim value As ShadowStyle instance.Style = value value = instance.Style
[System.ComponentModel.Description("Gets/sets the style of the shadow.")] public ShadowStyle Style {get; set;}