'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Gets/sets the font style")> <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)> Public Property FontName As System.String
'Usage
Dim instance As NStyle Dim value As System.String instance.FontName = value value = instance.FontName
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Gets/sets the font style")] [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)] public System.string FontName {get; set;}