Gets or sets how much space should be left between contained nodes and the container borders.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public new double Margin { get; set; } |
Visual Basic Copy Code |
---|
Public Shadows Property Margin As Double |
A double value specifying the margin size. Initialized with the value of ContainerMargin.
WpfDiagram Programmer's Guide | © 2024 MindFusion |