Gets the state of the button.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ButtonState State { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property State As ButtonState |
A member of the ButtonState enumeration.
See Also