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: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

protected Thickness getThickness ()

 Return Value

An instance of the Thickness class.

 See Also