Search
Diagram.ContainerMargin Property
See Also
 





Gets or sets the default value for the Margin property of containers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float ContainerMargin { get; set; }

Visual Basic  Copy Code

Public Property ContainerMargin As Single

 Property Value

A float value specifying the initial margin size of containers. The default is 10.

 See Also