'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
'Usage
Dim instance As NStyle Dim value As NLength instance.FontSize = value value = instance.FontSize
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Gets/sets the font style")] [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)] public NLength FontSize {get; set;}