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