Nevron .NET Vision
Nevron.Chart Namespace / NStaggerLevelLayout Class / LevelDistance Property


In This Topic
    LevelDistance Property
    In This Topic
    Gets or sets the distance between the stagger lavels created by this layout
    Syntax
    'Declaration
     
    
    Public Property LevelDistance As NLength
    'Usage
     
    
    Dim instance As NStaggerLevelLayout
    Dim value As NLength
     
    instance.LevelDistance = value
     
    value = instance.LevelDistance
    public NLength LevelDistance {get; set;}
    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