'Declaration
<System.ComponentModel.CategoryAttribute("Font")> <System.ComponentModel.DescriptionAttribute("Controls the style of the font.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Style As System.Drawing.FontStyle
'Usage
Dim instance As NFontStyle Dim value As System.Drawing.FontStyle instance.Style = value value = instance.Style
[System.ComponentModel.Category("Font")] [System.ComponentModel.Description("Controls the style of the font.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public System.Drawing.FontStyle Style {get; set;}