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
SyntaxC#
Copy Code
|
|---|
protected virtual Thickness GetThickness () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function GetThickness () As Thickness |
An instance of the Thickness structure.
See Also