Gets the default value for the Margins property, which may vary across different layouts.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected abstract SizeF DefaultMarginValue { get; } |
Visual Basic
Copy Code
|
|---|
Protected MustOverride ReadOnly Property DefaultMarginValue As SizeF |
See Also