'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the fill style of the interlace style.")> Public Property FillStyle As NFillStyle
'Usage
Dim instance As NTableInterlaceStyle Dim value As NFillStyle instance.FillStyle = value value = instance.FillStyle
[System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the fill style of the interlace style.")] public NFillStyle FillStyle {get; set;}