Search
ButtonComponent.setPenHovered Method
See Also
 

Sets the border pen of the button when it is in hovered state.

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

 Syntax

Java  Copy Code

public void setPenHovered (
    Pen value
)

 Parameters

value

An instance of the Pen class.

 See Also