Search
HandlesVisualStyle.getRotationHandleBrush Method
See Also
 

Gets a Brush used to fill the interior of the rotation handle.

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

 Syntax

Java  Copy Code

public Brush getRotationHandleBrush ()

 Return Value

A Brush instance. The default value is null.

 Remarks

If this property is set to null, the rotation brush is painted using HandleBrush.

 See Also