'Declaration
<System.ComponentModel.CategoryAttribute("Font")> <System.ComponentModel.DescriptionAttribute("Controls the name of the text font.")> <System.ComponentModel.DefaultValueAttribute("Arial")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Name As System.String
'Usage
Dim instance As NFontStyle Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.Category("Font")] [System.ComponentModel.Description("Controls the name of the text font.")] [System.ComponentModel.DefaultValue("Arial")] [System.Xml.Serialization.XmlAttribute()] public System.string Name {get; set;}