Search
ContentComponent.Padding Property
See Also
 





Gets or sets the padding around this component's content.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Thickness Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Thickness

 Property Value

A Thickness object specifying the spacing between this component and its child. The default is 0.

 See Also