Search
TreeMapLayout.Padding Property
See Also
 





Gets or sets the distance between adjacent nodes.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Single

 Property Value

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

 See Also