'Declaration
<System.ComponentModel.CategoryAttribute("Font")> <System.ComponentModel.DescriptionAttribute("Indicates whether this Font object is derived from a GDI vertical font.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property GdiVerticalFont As System.Boolean
'Usage
Dim instance As NFontStyle Dim value As System.Boolean instance.GdiVerticalFont = value value = instance.GdiVerticalFont
[System.ComponentModel.Category("Font")] [System.ComponentModel.Description("Indicates whether this Font object is derived from a GDI vertical font.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool GdiVerticalFont {get; set;}