Search
ScrollIconRenderer.getWidth Method
See Also
 

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

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

 Syntax

Java  Copy Code

public Float getWidth ()

 Return 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