Search
DecisionLayout.DefaultMarginValue Property
See Also
 






Gets the default value of the Margins property.

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

 Syntax

C#  Copy Code

protected override Size DefaultMarginValue { get; }

Visual Basic  Copy Code

Protected Overrides ReadOnly Property DefaultMarginValue As Size

 Property Value

Returns new Size(5, 5).

 See Also