Class RadHubTile
Inheritance
System.Object
RadHubTile
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadHubTile : HubTileBase
Constructors
Fields
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MessageTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty NotificationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty NotificationTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public ImageSource ImageSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.ImageSource
|
Declaration
public object Message { get; set; }
Property Value
Declaration
public DataTemplate MessageTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public object Notification { get; set; }
Property Value
Declaration
public DataTemplate NotificationTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Methods
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods