'Declaration <DescriptionAttribute("Controls the type of the shadow")> <CategoryAttribute("General")> Public Property Type As ShadowType
'Usage Dim instance As Shadow Dim value As ShadowType instance.Type = value value = instance.Type
[Description("Controls the type of the shadow")] [Category("General")] public ShadowType Type {get; set;}