Gets or sets the padding around this component's content.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Thickness Padding { get; set; } |
Visual Basic Copy Code |
---|
Public Property Padding As Thickness |
A Thickness object specifying the spacing between this component and its child. The default is 0.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |