'Declaration
<System.ComponentModel.EditorAttribute(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.DescriptionAttribute("Gets/sets the fill style for this shape.")> Public Property FillStyle As NFillStyle
'Usage
Dim instance As NStylableShape Dim value As NFillStyle instance.FillStyle = value value = instance.FillStyle
[System.ComponentModel.Editor(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Description("Gets/sets the fill style for this shape.")] public NFillStyle FillStyle {get; set;}