DroidDiagram Programmer's Guide
ComponentBase.setHeight Method
See Also
 






Sets the explicit height of this component.

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

 Syntax

Java  Copy Code

public void setHeight (
    float value
)

 Parameters

value

A floating point value specifying the component's height. The default is NaN.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace