Skip to main content

Tile Members

Represent a simple tile that can display a notification header, can be checked and selected.

Constructors

Name Description
Tile() Initializes a new instance of the Tile class with the default settings.

Fields

Name Description
ActualHeaderProperty static Identifies the veHeaderedContentControl.ActualHeader dependency property. Inherited from veHeaderedContentControl.
ActualNotificationHeaderProperty static Identifies the TileBase.ActualNotificationHeader dependency property. Inherited from TileBase.
AllowCheckProperty static Identifies the TileBase.AllowCheck dependency property. Inherited from TileBase.
AllowHoverProperty static Identifies the TileBase.AllowHover dependency property. Inherited from TileBase.
AllowSelectionProperty static Identifies the TileBase.AllowSelection dependency property. Inherited from TileBase.
AnimationIntervalProperty static Identifies the Tile.AnimationInterval dependency property.
BackContentProperty static Identifies the Tile.BackContent dependency property.
BackContentTemplateProperty static Identifies the Tile.BackContentTemplate dependency property.
BackContentTemplateSelectorProperty static Identifies the Tile.BackContentTemplateSelector dependency property.
CheckedProperty static Identifies the TileBase.Checked dependency property. Inherited from TileBase.
CheckedState static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
CheckedStates static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
CheckMarkStyleProperty static Identifies the TileBase.CheckMarkStyle dependency property. Inherited from TileBase.
CheckModeProperty static Identifies the TileBase.CheckMode dependency property. Inherited from TileBase.
CommandParameterProperty static Identifies the TileBase.CommandParameter dependency property. Inherited from TileBase.
CommandProperty static Identifies the TileBase.Command dependency property. Inherited from TileBase.
HasHeaderProperty static Identifies the veHeaderedContentControl.HasHeader dependency property. Inherited from veHeaderedContentControl.
HasHeaderTemplateProperty static Identifies the veHeaderedContentControl.HasHeaderTemplate dependency property. Inherited from veHeaderedContentControl.
HasNotificationHeaderProperty static Identifies the TileBase.HasNotificationHeader dependency property. Inherited from TileBase.
HasNotificationHeaderTemplateProperty static Identifies the TileBase.HasNotificationHeaderTemplate dependency property. Inherited from TileBase.
HeaderProperty static Identifies the veHeaderedContentControl.Header dependency property. Inherited from veHeaderedContentControl.
HeaderStringFormatProperty static Identifies the veHeaderedContentControl.HeaderStringFormat dependency property. Inherited from veHeaderedContentControl.
HeaderStyleProperty static Identifies the HeaderedContentContainer.HeaderStyle dependency property. Inherited from HeaderedContentContainer.
HeaderTemplateProperty static Identifies the veHeaderedContentControl.HeaderTemplate dependency property. Inherited from veHeaderedContentControl.
HeaderTemplateSelectorProperty static Identifies the veHeaderedContentControl.HeaderTemplateSelector dependency property. Inherited from veHeaderedContentControl.
HorizontalHeaderAlignmentProperty static Identifies the HeaderedContentContainer.HorizontalHeaderAlignment dependency property. Inherited from HeaderedContentContainer.
HorizontalNotificationHeaderAlignmentProperty static Identifies the TileBase.HorizontalNotificationHeaderAlignment dependency property. Inherited from TileBase.
HoverFrameBrushProperty static Identifies the TileBase.HoverFrameBrush dependency property. Inherited from TileBase.
IsCheckedProperty static Identifies the TileBase.IsChecked dependency property. Inherited from TileBase.
IsCheckMarkVisibleProperty static Identifies the TileBase.IsCheckMarkVisible dependency property. Inherited from TileBase.
IsHoverFrameVisibleProperty static Identifies the TileBase.IsHoverFrameVisible dependency property. Inherited from TileBase.
IsNotificationHeaderVisibleProperty static Identifies the TileBase.IsNotificationHeaderVisible dependency property. Inherited from TileBase.
IsSelectedProperty static Identifies the TileBase.IsSelected dependency property. Inherited from TileBase.
IsSelectionFrameVisibleProperty static Identifies the TileBase.IsSelectionFrameVisible dependency property. Inherited from TileBase.
NavigationTargetParameterProperty static Identifies the TileBase.NavigationTargetParameter dependency property. Inherited from TileBase.
NavigationTargetTypeProperty static Identifies the TileBase.NavigationTargetType dependency property. Inherited from TileBase.
NotificationHeaderProperty static Identifies the TileBase.NotificationHeader dependency property. Inherited from TileBase.
NotificationHeaderStringFormatProperty static Identifies the TileBase.NotificationHeaderStringFormat dependency property. Inherited from TileBase.
NotificationHeaderStyleProperty static Identifies the TileBase.NotificationHeaderStyle dependency property. Inherited from TileBase.
NotificationHeaderTemplateProperty static Identifies the TileBase.NotificationHeaderTemplate dependency property. Inherited from TileBase.
NotificationHeaderTemplateSelectorProperty static Identifies the TileBase.NotificationHeaderTemplateSelector dependency property. Inherited from TileBase.
SelectedProperty static Identifies the TileBase.Selected dependency property. Inherited from TileBase.
SelectedState static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
SelectedStates static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
SelectionFrameBrushProperty static Identifies the TileBase.SelectionFrameBrush dependency property. Inherited from TileBase.
SelectionFrameThicknessProperty static Identifies the TileBase.SelectionFrameThickness dependency property. Inherited from TileBase.
ShowNotificationHeaderProperty static Identifies the TileBase.ShowNotificationHeader dependency property. Inherited from TileBase.
SizeProperty static Identifies the TileBase.Size dependency property. Inherited from TileBase.
UncheckedState static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
UnselectedState static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
VerticalHeaderAlignmentProperty static Identifies the HeaderedContentContainer.VerticalHeaderAlignment dependency property. Inherited from HeaderedContentContainer.
VerticalNotificationHeaderAlignmentProperty static Identifies the TileBase.VerticalNotificationHeaderAlignment dependency property. Inherited from TileBase.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnBackContentTemplateChanged(DataTemplate, DataTemplate) This member supports the internal infrastructure, and is not intended to be used directly from your code.
OnSizeChanged() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileBase.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
CheckedChanged Fires when the TileBase.IsChecked property value is changed. Inherited from TileBase.
SelectionChanged Fires when the TileBase.IsSelected property value is changed. Inherited from TileBase.
See Also