Search
TreeMapLayout.Padding Property
See Also
 





Gets or sets the distance between adjacent nodes.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Double

 Property Value

double value specifying the padding size between sibling nodes. The default value is 3.

 See Also