Gets or sets the padding around this component's content.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also