Search
TreeMapLayout.ContainerPadding Property
See Also
 





Gets or sets the padding inside containers.

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

 Syntax

C#  Copy Code

public float ContainerPadding { get; set; }

Visual Basic  Copy Code

Public Property ContainerPadding As Single

 Property Value

A float value specifying the padding size between parent nodes and their outermost children. The default value is 0.

 See Also