'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies spacing that should be leaved after the level of the axis before other levels are added in the zone")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property AfterSpace As NLength
'Usage
Dim instance As NDockTernaryAxisAnchor Dim value As NLength instance.AfterSpace = value value = instance.AfterSpace
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies spacing that should be leaved after the level of the axis before other levels are added in the zone")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength AfterSpace {get; set;}