FlyoutAction Properties
An object that contains buttons and text displayed within a Flyout.| Name | Description |
|---|---|
| Caption | Gets or sets the Action’s caption. Inherited from UIActionPropertiesCore. |
| Commands | Gets a collection of the FlyoutAction‘s buttons. |
| DefaultCommand | Returns the default button for this FlyoutAction. |
| Description | Gets or sets the Action’s description. Inherited from UIActionPropertiesCore. |
| Image | Gets or sets the Action’s icon. Inherited from UIActionPropertiesCore. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this WindowsUI button. Inherited from UIActionPropertiesCore. |
| SelectedCommand | Gets or sets a currently focused FlyoutAction button. |
See Also