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