Search
ContentComponent.GetThickness Method
See Also
 





Gets the space around the component's content. This space includes padding by default but can be subsequently adjusted as necessary by the deriving classes.

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

 Syntax

C#  Copy Code

protected virtual Thickness GetThickness ()

Visual Basic  Copy Code

Protected Overridable Function GetThickness () As Thickness

 Return Value

An instance of the Thickness structure.

 See Also