Search
ItemLabel.setContentPadding Method
See Also
 

Sets the distance between Image and Text when both are specified.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setContentPadding (
    Float value
)

 Parameters

value
A Float value specifying padding distance. The default value is null.

 Remarks

If this property is not set, distance is set to 1mm independent of current measure unit.

 See Also