Attribute used to specify metadata for a SelfTransition class.
Apply this attribute to a class derived from SelfTransition to define its default TransitionAttribute.CategoryPath, TransitionAttribute.IconPath and TransitionAttribute.Title.
| Property | Description |
|---|---|
| CategoryPath | The category path used to place the transition creation action in a submenu of the state context menu. |
| IconPath | The file path to the transition's icon. |
| Title | The title of this transition type. |
| Constructor | Description |
|---|---|
| TransitionAttribute | Initializes a new instance of the TransitionAttribute class. |