Class RadIconHubTile
Inheritance
System.Object
RadIconHubTile
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadIconHubTile : HubTileBase
Constructors
Fields
Declaration
public static readonly DependencyProperty IconSourceProperty
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 IconSource IconSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.IconSource
|
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