ClassRadHubTile
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 RadHubTile : HubTileBase
Inheritance: objectRadControlHubTileBaseRadHubTile
Inherited Members
Constructors
RadHubTile()
Initializes a new instance of the RadHubTile class.
Declaration
public RadHubTile()
Fields
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
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
ImageSource
Gets or sets the source of the tile image.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
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