UICommand Properties
A ViewModel that generates a dialog button.| Name | Description |
|---|---|
| ActualAlignment | For internal use only. |
| Alignment | Gets or sets the dialog button’s horizontal alignment. |
| AllowCloseWindow | Gets or sets a value that indicates whether the dialog button is the close button. |
| AsyncDisplayMode | Gets or sets how the dialog button indicates executed asynchronous operations. |
| Caption | Gets or sets the text displayed within the dialog button. |
| Command | Gets or sets the command to invoke when the dialog button is clicked. |
| Glyph | Gets or sets the image displayed in the dialog button. |
| GlyphAlignment | Gets or sets the dialog button’s image alignment. |
| Id | Gets or sets the identifier of the dialog button. |
| IsCancel | Gets or sets a value that indicates whether the dialog button is the cancel button. |
| IsDefault | Gets or sets a value that indicates whether the dialog button is the default button. |
| Placement | Gets or sets the dialog button alignment. |
| Tag | Gets or sets the data associated with the dialog button. |
See Also