Skip to main content

Tile Properties

Represent a simple tile that can display a notification header, can be checked and selected.
Name Description
ActualHeader Gets the control’s actual header, taking into account the additional formatting applied to the veHeaderedContentControl.Header via the veHeaderedContentControl.HeaderStringFormat property. Inherited from veHeaderedContentControl.
ActualNotificationHeader Gets the actual notification header. This is a dependency property. Inherited from TileBase.
AllowCheck Gets or sets whether the Tile can be displayed in the checked state. This is a dependency property. Inherited from TileBase.
AllowHover Gets or sets whether the Tile can be displayed in the hovered state. This is a dependency property. Inherited from TileBase.
AllowSelection Gets or sets whether the Tile can be displayed in the selected state. This is a dependency property. Inherited from TileBase.
AnimationInterval Gets or sets the amount of time between tile flips. This is a dependency property.
BackContent Gets or sets the content displayed on the tile back side, which is visible when the tile is flipped. This is a dependency property.
BackContentTemplate Gets or sets the DataTemplate used to render the back side content of the current tile. This is a dependency property.
BackContentTemplateSelector Gets or sets the DataTemplateSelector that returns a DataTemplate used to render the back side content of the current tile. This is a dependency property.
Checked Gets or sets whether the Tile is checked. This is a dependency property. Inherited from TileBase.
CheckMarkStyle Gets or sets the style applied to the check mark displayed in the Tile in the checked state. This is a dependency property. Inherited from TileBase.
CheckMode Gets or sets the touch gesture used to check and uncheck the Tile. This is a dependency property. Inherited from TileBase.
Command Gets or sets the command associated with the Tile. This is a dependency property. Inherited from TileBase.
CommandParameter Gets or sets the parameter passed to the command associated with the Tile. This is a dependency property. Inherited from TileBase.
HasHeader Gets whether the control’s veHeaderedContentControl.Header is not empty. Inherited from veHeaderedContentControl.
HasHeaderTemplate Gets whether the veHeaderedContentControl.HeaderTemplate is not empty. Inherited from veHeaderedContentControl.
HasNotificationHeader Gets whether the TileBase.NotificationHeader property is not empty. This is a dependency property. Inherited from TileBase.
HasNotificationHeaderTemplate Inherited from TileBase.
Header Gets or sets the control’s header. Inherited from veHeaderedContentControl.
HeaderStringFormat Gets or sets a composite format string for the veHeaderedContentControl.Header object. Inherited from veHeaderedContentControl.
HeaderStyle Gets or sets the style applied to the container’s header. Inherited from HeaderedContentContainer.
HeaderTemplate Gets or sets the template used to render the veHeaderedContentControl.Header object. Inherited from veHeaderedContentControl.
HeaderTemplateSelector Gets or sets an object that chooses a header template based on custom logic. Inherited from veHeaderedContentControl.
HorizontalHeaderAlignment Gets or sets the horizontal alignment of the container’s header. Inherited from HeaderedContentContainer.
HorizontalNotificationHeaderAlignment Gets or sets the horizontal alignment of the TileBase.NotificationHeader relative to the Tile. This is a dependency property. Inherited from TileBase.
HoverFrameBrush 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. Inherited from TileBase.
IsChecked Gets whether the Tile is actually checked. This is a dependency property. Inherited from TileBase.
IsCheckMarkVisible Gets whether the check mark is actually visible. This is a dependency property. Inherited from TileBase.
IsHoverFrameVisible Gets whether the frame indicating that the Tile is hovered over with the mouse pointer is actually visible. This is a dependency property. Inherited from TileBase.
IsNotificationHeaderVisible Gets whether the notification header is actually visible. This is a dependency property. Inherited from TileBase.
IsSelected Gets whether the Tile is actually selected. This is a dependency property. Inherited from TileBase.
IsSelectionFrameVisible Gets whether the selection frame is actually visible. This is a dependency property. Inherited from TileBase.
NavigationTargetParameter Gets or sets the parameter to be passed to the target page, invoked when tapping/clicking the Tile. This is a dependency property. Inherited from TileBase.
NavigationTargetType 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. Inherited from TileBase.
NotificationHeader Gets or sets the notification header displayed in the Tile. This is a dependency property. Inherited from TileBase.
NotificationHeaderStringFormat Gets or sets the composite format string for the TileBase.NotificationHeader object. This is a dependency property. Inherited from TileBase.
NotificationHeaderStyle Gets or sets the style applied to the tile’s notification header. This is a dependency property. Inherited from TileBase.
NotificationHeaderTemplate Gets or sets the template used to render the TileBase.NotificationHeader object. This is a dependency property. Inherited from TileBase.
NotificationHeaderTemplateSelector Gets or sets an object that chooses a template used to render the TileBase.NotificationHeader object based on custom logic. This is a dependency property. Inherited from TileBase.
Selected Gets or sets whether the Tile is selected. This is a dependency property. Inherited from TileBase.
SelectionFrameBrush Gets or sets the Brush object used to paint the selection frame. This is a dependency property. Inherited from TileBase.
SelectionFrameThickness Gets or sets the thickness of the frame around the Tile displayed in the selected and hovered states. Inherited from TileBase.
ShowNotificationHeader Gets or sets whether the TileBase.NotificationHeader is displayed. This is a dependency property. Inherited from TileBase.
Size Gets or sets the size of the Tile. This is a dependency property. Inherited from TileBase.
VerticalHeaderAlignment Gets or sets the vertical alignment of the container’s header. Inherited from HeaderedContentContainer.
VerticalNotificationHeaderAlignment Gets or sets the vertical alignment of the TileBase.NotificationHeader relative to the Tile. This is a dependency property. Inherited from TileBase.
See Also