The spacing between a parent node and its first child node.
Namespace: TreeLayoutHelper.HierarchyLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public int BeforeLevelSpacing { get; set; } |
Visual Basic |
---|
Public Property BeforeLevelSpacing As Integer
Get
Set |
Visual C++ |
---|
public:
property int BeforeLevelSpacing {
int get ();
void set (int value);
} |
J# |
---|
/** @property */
public int get_BeforeLevelSpacing()
/** @property */
public void set_BeforeLevelSpacing(int value)
|
JScript |
---|
function get BeforeLevelSpacing () : int
function set BeforeLevelSpacing (value : int) |
JavaScript |
---|
function get_BeforeLevelSpacing();
function set_BeforeLevelSpacing(value); |
See Also