TileBase Properties
The base class for tiles.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. |
AllowCheck | Gets or sets whether the Tile can be displayed in the checked state. This is a dependency property. |
AllowHover | Gets or sets whether the Tile can be displayed in the hovered state. This is a dependency property. |
AllowSelection | 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. |
CheckMarkStyle | Gets or sets the style applied to the check mark displayed in the Tile in the checked state. This is a dependency property. |
CheckMode | 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. |
CommandParameter | Gets or sets the parameter passed to the command associated with the Tile. This is a dependency property. |
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. |
HasNotificationHeaderTemplate | |
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. |
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. |
IsChecked | Gets whether the Tile is actually checked. This is a dependency property. |
IsCheckMarkVisible | Gets whether the check mark is actually visible. This is a dependency property. |
IsHoverFrameVisible | Gets whether the frame indicating that the Tile is hovered over with the mouse pointer is actually visible. This is a dependency property. |
IsNotificationHeaderVisible | Gets whether the notification header is actually visible. This is a dependency property. |
IsSelected | Gets whether the Tile is actually selected. This is a dependency property. |
IsSelectionFrameVisible | Gets whether the selection frame is actually visible. This is a dependency property. |
NavigationTargetParameter | Gets or sets the parameter to be passed to the target page, invoked when tapping/clicking the Tile. This is a dependency property. |
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. |
NotificationHeader | Gets or sets the notification header displayed in the Tile. This is a dependency property. |
NotificationHeaderStringFormat | Gets or sets the composite format string for the TileBase.NotificationHeader object. This is a dependency property. |
NotificationHeaderStyle | Gets or sets the style applied to the tile’s notification header. This is a dependency property. |
NotificationHeaderTemplate | Gets or sets the template used to render the TileBase.NotificationHeader object. This is a dependency property. |
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. |
Selected | Gets or sets whether the Tile is selected. This is a dependency property. |
SelectionFrameBrush | Gets or sets the Brush object used to paint the selection frame. This is a dependency property. |
SelectionFrameThickness | Gets or sets the thickness of the frame around the Tile displayed in the selected and hovered states. |
ShowNotificationHeader | Gets or sets whether the TileBase.NotificationHeader is displayed. This is a dependency property. |
Size | Gets or sets the size of the Tile. This is a dependency property. |
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. |
See Also