'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls the width of the middle bevel")> Public Property MiddleBevelWidth As NLength
'Usage
Dim instance As NEdgeBorderStyle Dim value As NLength instance.MiddleBevelWidth = value value = instance.MiddleBevelWidth
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls the width of the middle bevel")] public NLength MiddleBevelWidth {get; set;}