ClassRadSlideHubTile
Defines a tile that behaves like the WP OS tile that is created when a contact is pinned to the start screen.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadSlideHubTile : HubTileBase
Inheritance: objectRadControlHubTileBaseRadSlideHubTile
Inherited Members
Constructors
RadSlideHubTile()
Initializes a new instance of the RadSlideHubTile class.
Declaration
public RadSlideHubTile()
Fields
BottomContentProperty
Identifies the BottomContent dependency property.
Declaration
public static readonly DependencyProperty BottomContentProperty
Field Value
DependencyProperty
BottomContentTemplateProperty
Identifies the BottomContentTemplate dependency property.
Declaration
public static readonly DependencyProperty BottomContentTemplateProperty
Field Value
DependencyProperty
ExpandedStateProperty
Identifies the ExpandedState dependency property.
Declaration
public static readonly DependencyProperty ExpandedStateProperty
Field Value
DependencyProperty
TopContentProperty
Identifies the TopContent dependency property.
Declaration
public static readonly DependencyProperty TopContentProperty
Field Value
DependencyProperty
TopContentTemplateProperty
Identifies the TopContentTemplate dependency property.
Declaration
public static readonly DependencyProperty TopContentTemplateProperty
Field Value
DependencyProperty
Properties
BottomContent
Gets or sets the front content of the tile. Typically this will be a picture but it may be any arbitrary content.
BottomContentTemplate
Gets or sets the DataTemplate that defines the appearance of the BottomContent value.
Declaration
public DataTemplate BottomContentTemplate { get; set; }
Property Value
DataTemplate
ExpandedState
Gets or sets the expanded state of the control.
Declaration
public SlideTileExpandedState ExpandedState { get; set; }
Property Value
IsUpdateTimerNeeded
Determines whether the update timer used to update the tile's VisualState needs to be started.
Declaration
protected override bool IsUpdateTimerNeeded { get; }
Property Value
Overrides
ShouldClip
Gets a value indicating whether a rectangle clip is set on the LayoutRoot.
Declaration
protected override bool ShouldClip { get; }
Property Value
Overrides
TopContent
Gets or sets the front content of the tile. Typically this will be a picture but it may be any arbitrary content.
TopContentTemplate
Gets or sets the DataTemplate that defines the appearance of the TopContent value.
Declaration
public DataTemplate TopContentTemplate { get; set; }
Property Value
DataTemplate
Methods
ApplyTemplateCore()
Initializes the PART_Panel template part.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
UpdateVisualState(bool)
Re-evaluates the current visual state for the control and updates it if necessary.
Declaration
protected override void UpdateVisualState(bool animate)
Parameters
animate
True to use transitions during state update, false otherwise.
Overrides