DroidDiagram Programmer's Guide
ComponentBase.setWidth Method
See Also
 






Sets the explicit width of this component.

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

 Syntax

Java  Copy Code

public void setWidth (
    float value
)

 Parameters

value

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

 See Also

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