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