Indicates the behavior of the button.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum ButtonType |
Visual Basic
Copy Code
|
|---|
Public Enum ButtonType |
Members| Member name | Description | |
|---|---|---|
![]() |
Normal |
Specifies a normal, clickable button. |
![]() |
Repeat |
Specifies a repeat button. |
See Also