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 double ContainerMargin { get; set; }

Visual Basic  Copy Code

Public Property ContainerMargin As Double

 Property Value

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

 See Also