Nevron .NET Vision
Nevron.Chart Namespace / NDockAxisAnchorBase Class / BeforeSpace Property


In This Topic
    BeforeSpace Property (NDockAxisAnchorBase)
    In This Topic
    Specifies spacing of the level before the other levels in the zone (if any)
    Syntax
    '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;}
    Remarks
    This property takes effect only when the property CreateNewZoneLevel is set to true.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also