Wizard Attached Properties
A control for creating multi-page dialogs that guide end-users through a specific process (e.g., product installation).| Name | Description |
|---|---|
| IsButtonBack static | Gets or sets a value that indicates whether the Back command should be executed when clicking the button. This is an attached property. This is a dependency property. |
| IsButtonCancel static | Gets or sets a value that indicates whether the Cancel command should be executed when clicking the button. This is an attached property. This is a dependency property. |
| IsButtonFinish static | Gets or sets a value that indicates whether the Finish command should be executed when clicking the button. This is an attached property. This is a dependency property. |
| IsButtonNext static | Gets or sets a value that indicates whether the Next command should be executed when clicking the button. This is an attached property. This is a dependency property. |
See Also