TileBase Properties
The base class for tiles.
Name | Description |
---|---|
Actual |
Gets the control’s actual header, taking into account the additional formatting applied to the ve |
Actual |
Gets the actual notification header. This is a dependency property. |
Allow |
Gets or sets whether the Tile can be displayed in the checked state. This is a dependency property. |
Allow |
Gets or sets whether the Tile can be displayed in the hovered state. This is a dependency property. |
Allow |
Gets or sets whether the Tile can be displayed in the selected state. This is a dependency property. |
Checked | Gets or sets whether the Tile is checked. This is a dependency property. |
Check |
Gets or sets the style applied to the check mark displayed in the Tile in the checked state. This is a dependency property. |
Check |
Gets or sets the touch gesture used to check and uncheck the Tile. This is a dependency property. |
Command | Gets or sets the command associated with the Tile. This is a dependency property. |
Command |
Gets or sets the parameter passed to the command associated with the Tile. This is a dependency property. |
Has |
Gets whether the control’s ve |
Has |
Gets whether the ve |
Has |
Gets whether the Tile |
Has |
|
Header |
Gets or sets the control’s header.
Inherited from ve |
Header |
Gets or sets a composite format string for the ve |
Header |
Gets or sets the style applied to the container’s header.
Inherited from Headered |
Header |
Gets or sets the template used to render the ve |
Header |
Gets or sets an object that chooses a header template based on custom logic.
Inherited from ve |
Horizontal |
Gets or sets the horizontal alignment of the container’s header.
Inherited from Headered |
Horizontal |
Gets or sets the horizontal alignment of the Tile |
Hover |
Gets or sets the Brush object used to paint the frame enclosing the Tile when it is hovered over with the mouse pointer. This is a dependency property. |
Is |
Gets whether the Tile is actually checked. This is a dependency property. |
Is |
Gets whether the check mark is actually visible. This is a dependency property. |
Is |
Gets whether the frame indicating that the Tile is hovered over with the mouse pointer is actually visible. This is a dependency property. |
Is |
Gets whether the notification header is actually visible. This is a dependency property. |
Is |
Gets whether the Tile is actually selected. This is a dependency property. |
Is |
Gets whether the selection frame is actually visible. This is a dependency property. |
Navigation |
Gets or sets the parameter to be passed to the target page, invoked when tapping/clicking the Tile. This is a dependency property. |
Navigation |
Allows you to specify the name of the Page class to be opened when an end-user taps/clicks the Tile. This is a dependency property. |
Notification |
Gets or sets the notification header displayed in the Tile. This is a dependency property. |
Notification |
Gets or sets the composite format string for the Tile |
Notification |
Gets or sets the style applied to the tile’s notification header. This is a dependency property. |
Notification |
Gets or sets the template used to render the Tile |
Notification |
Gets or sets an object that chooses a template used to render the Tile |
Selected | Gets or sets whether the Tile is selected. This is a dependency property. |
Selection |
Gets or sets the Brush object used to paint the selection frame. This is a dependency property. |
Selection |
Gets or sets the thickness of the frame around the Tile displayed in the selected and hovered states. |
Show |
Gets or sets whether the Tile |
Size | Gets or sets the size of the Tile. This is a dependency property. |
Vertical |
Gets or sets the vertical alignment of the container’s header.
Inherited from Headered |
Vertical |
Gets or sets the vertical alignment of the Tile |
See Also