Search
TreeMapLayout.Padding Property
See Also
 






Gets or sets the distance between adjacent nodes.

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

 Syntax

C#  Copy Code

public double Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Double

 Property Value

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

 See Also