DroidDiagram Programmer's Guide
Diagram.getActiveItemHandlesStyle Method
See Also
 






Gets the visual style of the manipulation handles displayed around the active item.

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

 Syntax

Java  Copy Code

public HandlesVisualStyle getActiveItemHandlesStyle ()

 Return Value

A HandlesVisualStyle object representing the visual style of theselection handles of the active item.

 Example

This style object provides Pen and Brush attributes that let you customize the appearance of adjustment handles drawn around the active item.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace