'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gives you access to the NFillEffect object controlling the fill effect applied on the background.")> Public Property FillStyle As NFillStyle
'Usage
Dim instance As NBackgroundStyle Dim value As NFillStyle instance.FillStyle = value value = instance.FillStyle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gives you access to the NFillEffect object controlling the fill effect applied on the background.")] public NFillStyle FillStyle {get; set;}