Indicates the state of a button.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum ButtonState |
Visual Basic Copy Code |
---|
Public Enum ButtonState |
Member name | Description | |
---|---|---|
Hovered |
Specifies that the button is hovered with the mouse. |
|
Normal |
Specifies a normal state. |
|
Pressed |
Specifies that the button is pressed. |