'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the horizontal table border style")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property HorizontalBorderStyle As NStrokeStyle
'Usage
Dim instance As NTableScaleConfigurator Dim value As NStrokeStyle instance.HorizontalBorderStyle = value value = instance.HorizontalBorderStyle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the horizontal table border style")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NStrokeStyle HorizontalBorderStyle {get; set;}