Class RadSlideHubTile
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadSlideHubTile : HubTileBase
Constructors
RadSlideHubTile()
Declaration
public RadSlideHubTile()
Fields
BottomContentProperty
Declaration
public static readonly DependencyProperty BottomContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
BottomContentTemplateProperty
Declaration
public static readonly DependencyProperty BottomContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ExpandedStateProperty
Declaration
public static readonly DependencyProperty ExpandedStateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TopContentProperty
Declaration
public static readonly DependencyProperty TopContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TopContentTemplateProperty
Declaration
public static readonly DependencyProperty TopContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
BottomContent
Declaration
public object BottomContent { get; set; }
Property Value
|
System.Object
|
BottomContentTemplate
Declaration
public DataTemplate BottomContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
ExpandedState
Declaration
public SlideTileExpandedState ExpandedState { get; set; }
Property Value
|
SlideTileExpandedState
|
IsUpdateTimerNeeded
Declaration
protected override bool IsUpdateTimerNeeded { get; }
Property Value
|
System.Boolean
|
Overrides
ShouldClip
Declaration
protected override bool ShouldClip { get; }
Property Value
|
System.Boolean
|
Overrides
TopContent
Declaration
public object TopContent { get; set; }
Property Value
|
System.Object
|
TopContentTemplate
Declaration
public DataTemplate TopContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
UpdateVisualState(Boolean)
Declaration
protected override void UpdateVisualState(bool animate)
Parameters
|
System.Boolean
animate
|