Skip to main content

TileBase Members

The base class for tiles.

Fields

Name Description
ActualHeaderProperty static Identifies the veHeaderedContentControl.ActualHeader dependency property. Inherited from veHeaderedContentControl.
ActualNotificationHeaderProperty static Identifies the TileBase.ActualNotificationHeader dependency property.
AllowCheckProperty static Identifies the TileBase.AllowCheck dependency property.
AllowHoverProperty static Identifies the TileBase.AllowHover dependency property.
AllowSelectionProperty static Identifies the TileBase.AllowSelection dependency property.
CheckedProperty static Identifies the TileBase.Checked dependency property.
CheckedState This member supports the internal infrastructure, and is not intended to be used directly from your code.
CheckedStates This member supports the internal infrastructure, and is not intended to be used directly from your code.
CheckMarkStyleProperty static Identifies the TileBase.CheckMarkStyle dependency property.
CheckModeProperty static Identifies the TileBase.CheckMode dependency property.
CommandParameterProperty static Identifies the TileBase.CommandParameter dependency property.
CommandProperty static Identifies the TileBase.Command dependency property.
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.
HasNotificationHeaderTemplateProperty static Identifies the TileBase.HasNotificationHeaderTemplate dependency property.
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.
HoverFrameBrushProperty static Identifies the TileBase.HoverFrameBrush dependency property.
IsCheckedProperty static Identifies the TileBase.IsChecked dependency property.
IsCheckMarkVisibleProperty static Identifies the TileBase.IsCheckMarkVisible dependency property.
IsHoverFrameVisibleProperty static Identifies the TileBase.IsHoverFrameVisible dependency property.
IsNotificationHeaderVisibleProperty static Identifies the TileBase.IsNotificationHeaderVisible dependency property.
IsSelectedProperty static Identifies the TileBase.IsSelected dependency property.
IsSelectionFrameVisibleProperty static Identifies the TileBase.IsSelectionFrameVisible dependency property.
NavigationTargetParameterProperty static Identifies the TileBase.NavigationTargetParameter dependency property.
NavigationTargetTypeProperty static Identifies the TileBase.NavigationTargetType dependency property.
NotificationHeaderProperty static Identifies the TileBase.NotificationHeader dependency property.
NotificationHeaderStringFormatProperty static Identifies the TileBase.NotificationHeaderStringFormat dependency property.
NotificationHeaderStyleProperty static Identifies the TileBase.NotificationHeaderStyle dependency property.
NotificationHeaderTemplateProperty static Identifies the TileBase.NotificationHeaderTemplate dependency property.
NotificationHeaderTemplateSelectorProperty static Identifies the TileBase.NotificationHeaderTemplateSelector dependency property.
SelectedProperty static Identifies the TileBase.Selected dependency property.
SelectedState This member supports the internal infrastructure, and is not intended to be used directly from your code.
SelectedStates This member supports the internal infrastructure, and is not intended to be used directly from your code.
SelectionFrameBrushProperty static Identifies the TileBase.SelectionFrameBrush dependency property.
SelectionFrameThicknessProperty static Identifies the TileBase.SelectionFrameThickness dependency property.
ShowNotificationHeaderProperty static Identifies the TileBase.ShowNotificationHeader dependency property.
SizeProperty static Identifies the TileBase.Size dependency property.
UncheckedState This member supports the internal infrastructure, and is not intended to be used directly from your code.
UnselectedState This member supports the internal infrastructure, and is not intended to be used directly from your code.
VerticalHeaderAlignmentProperty static Identifies the HeaderedContentContainer.VerticalHeaderAlignment dependency property. Inherited from HeaderedContentContainer.
VerticalNotificationHeaderAlignmentProperty static Identifies the TileBase.VerticalNotificationHeaderAlignment dependency property.

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.
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.

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.
OnSizeChanged() This member supports the internal infrastructure, and is not intended to be used directly from your code.
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.
SelectionChanged Fires when the TileBase.IsSelected property value is changed.
See Also