'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the type of the shadow")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Type As ShadowType
'Usage
Dim instance As NShadowStyle Dim value As ShadowType instance.Type = value value = instance.Type
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the type of the shadow")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public ShadowType Type {get; set;}