menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfHubTile - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfHubTile

    HubTile control provides notification through various transition effects.

    Inheritance
    System.Object
    HeaderedContentControl
    HubTileBase
    SfHubTile
    Inherited Members
    HeaderedContentControl.Header
    HeaderedContentControl.HeaderProperty
    HeaderedContentControl.HeaderStyle
    HeaderedContentControl.HeaderStyleProperty
    HeaderedContentControl.HeaderTemplate
    HeaderedContentControl.HeaderTemplateProperty
    HeaderedContentControl.HeaderTemplateSelector
    HeaderedContentControl.HeaderTemplateSelectorProperty
    HubTileBase.AccentBrush
    HubTileBase.AccentBrushProperty
    HubTileBase.Click
    HubTileBase.Command
    HubTileBase.CommandParameter
    HubTileBase.CommandParameterProperty
    HubTileBase.CommandProperty
    HubTileBase.GroupName
    HubTileBase.GroupNameProperty
    HubTileBase.ImageSource
    HubTileBase.ImageSourceProperty
    HubTileBase.IsFrozen
    HubTileBase.IsFrozenProperty
    HubTileBase.OnPointerCaptureLost(PointerRoutedEventArgs)
    HubTileBase.OnPointerEntered(PointerRoutedEventArgs)
    HubTileBase.OnPointerExited(PointerRoutedEventArgs)
    HubTileBase.OnPointerPressed(PointerRoutedEventArgs)
    HubTileBase.OnPointerReleased(PointerRoutedEventArgs)
    HubTileBase.OnTapped(TappedRoutedEventArgs)
    HubTileBase.OverrideDefaultStates
    HubTileBase.OverrideDefaultStatesProperty
    HubTileBase.RotationDepth
    HubTileBase.RotationDepthProperty
    HubTileBase.ScaleDepth
    HubTileBase.ScaleDepthProperty
    HubTileBase.Storyboard
    HubTileBase.TilePressDuration
    HubTileBase.TilePressDurationProperty
    HubTileBase.Title
    HubTileBase.TitleProperty
    HubTileBase.TitleStyle
    HubTileBase.TitleStyleProperty
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfHubTile.UWP.dll
    Syntax
    public class SfHubTile : HubTileBase

    Constructors

    SfHubTile()

    Initializes a new instance of the SfHubTile class.

    Declaration
    public SfHubTile()

    Fields

    HubTileTransitionsProperty

    Using a DependencyProperty as the backing store for HubTileTransition. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HubTileTransitionsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IntervalProperty

    Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty IntervalProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SecondaryContentProperty

    Using a DependencyProperty as the backing store for HubTileContent. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SecondaryContentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SecondaryContentTemplateProperty

    Using a DependencyProperty as the backing store for SecondaryContentTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SecondaryContentTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    HubTileTransitions

    Gets or sets HubTileTransitionCollection that specifies transitions with Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Declaration
    public HubTileTransitionCollection HubTileTransitions { get; set; }
    Property Value
    Type Description
    HubTileTransitionCollection

    The default value is null.

    Interval

    Gets or sets the number of milliseconds to wait before initiating a PostBack.

    Declaration
    public TimeSpan Interval { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    It accepts the type of System.TimeSpan, The default values is 0 System.TimeSpan.Milliseconds.

    SecondaryContent

    Gets or sets the secondary content to displayed with Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Declaration
    public object SecondaryContent { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null.

    SecondaryContentTemplate

    Gets or sets the template for the secondary content to displayed with Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Declaration
    public DataTemplate SecondaryContentTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    The default value is null.

    Methods

    add_HubTileTransitionCompleted(SfHubTile.AnimationCompletedEventHandler)

    Declaration
    public void add_HubTileTransitionCompleted(SfHubTile.AnimationCompletedEventHandler value)
    Parameters
    Type Name Description
    SfHubTile.AnimationCompletedEventHandler value

    Dispose()

    Represents dispose method for disposing unwanted objects

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposing unused objects

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Argument to dispose the unused object

    OnApplyTemplate()

    Initializes all the child elements of the SfHubTile

    Declaration
    protected override void OnApplyTemplate()

    OnIsFrozenChanged(DependencyPropertyChangedEventArgs)

    Invoked when the IsFrozen property is changed

    Declaration
    protected override void OnIsFrozenChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyPropertyChangedEventArgs e

    Event arguments

    Overrides
    HubTileBase.OnIsFrozenChanged(DependencyPropertyChangedEventArgs)

    remove_HubTileTransitionCompleted(SfHubTile.AnimationCompletedEventHandler)

    Declaration
    public void remove_HubTileTransitionCompleted(SfHubTile.AnimationCompletedEventHandler value)
    Parameters
    Type Name Description
    SfHubTile.AnimationCompletedEventHandler value

    Events

    HubTileTransitionCompleted

    Invokes the event when the HubTileTransition is completed.

    Declaration
    public event SfHubTile.AnimationCompletedEventHandler HubTileTransitionCompleted
    Event Type
    Type
    SfHubTile.AnimationCompletedEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved