MindFusion.Java Package Programmer's Guide
ScrollIconRenderer.setWidth Method
See Also
 






Sets a float value specifying scroll arrows' width in diagram's MeasureUnit.

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

 Syntax

Java  Copy Code

public void setWidth (
    Float value
)

 Parameters

value

A Float value that lets you override the icon width. The default value is null.

 Remarks

If this property is not set, scroll arrows are rendered using default unit-independent width (their height depends on CaptionHeight).

 See Also

ScrollIconRenderer Members
ScrollIconRenderer Class
com.mindfusion.diagramming Namespace