ClassRadIconHubTile
Defines a standard tile with a picture, title, message and notification count. Similar to Mail, Messaging or Internet Explorer.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadIconHubTile : HubTileBase
Inheritance: objectRadControlHubTileBaseRadIconHubTile
Inherited Members
Constructors
RadIconHubTile()
Initializes a new instance of the RadHubTile class.
Declaration
public RadIconHubTile()
Fields
IconSourceProperty
Identifies the IconSource dependency property.
Declaration
public static readonly DependencyProperty IconSourceProperty
Field Value
DependencyProperty
MessageProperty
Identifies the Message dependency property.
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
DependencyProperty
MessageTemplateProperty
Identifies the MessageTemplate dependency property.
Declaration
public static readonly DependencyProperty MessageTemplateProperty
Field Value
DependencyProperty
NotificationProperty
Identifies the Notification dependency property.
Declaration
public static readonly DependencyProperty NotificationProperty
Field Value
DependencyProperty
NotificationTemplateProperty
Identifies the NotificationTemplate dependency property.
Declaration
public static readonly DependencyProperty NotificationTemplateProperty
Field Value
DependencyProperty
Properties
IconSource
Gets or sets the graphic content of the tile.
Declaration
public IconSource IconSource { get; set; }
Property Value
IconSource
Message
Gets or sets the message of the tile. That is the content displayed in the top-left corner of the control.
MessageTemplate
Gets or sets DataTemplate instance that defines the appearance of the displayed Message.
Declaration
public DataTemplate MessageTemplate { get; set; }
Property Value
DataTemplate
Notification
Gets or sets the additional information (notification) displayed on the tile. Typically this may be the Message Count and it is displayed in the bottom-right corner of the control.
NotificationTemplate
Gets or sets DataTemplate instance that defines the appearance of the displayed Notification.
Declaration
public DataTemplate NotificationTemplate { get; set; }
Property Value
DataTemplate
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides