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