'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies spacing of the level before the other levels in the zone (if any)")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property BeforeSpace As NLength
'Usage
Dim instance As NDockAxisAnchorBase Dim value As NLength instance.BeforeSpace = value value = instance.BeforeSpace
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies spacing of the level before the other levels in the zone (if any)")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength BeforeSpace {get; set;}