menu

UWP

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

    Show / Hide Table of Contents

    Class HubTileService

    HubTileService that provides the helper methods to Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Inheritance
    System.Object
    HubTileService
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfHubTile.UWP.dll
    Syntax
    public static class HubTileService : Object
    Remarks

    Hub Tile Service is a class which provides the helper methods to freeze and unfreeze the animation by passing HubTile instance or GroupName as argument.

    Methods

    Freeze(HubTileBase)

    Freeze the particular Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Declaration
    public static void Freeze(HubTileBase tile)
    Parameters
    Type Name Description
    HubTileBase tile

    one of the Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Remarks

    The Return value is void.

    See Also
    UnFreeze(String)
    Freeze(String)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.UnFreeze(Syncfusion.UI.Xaml.Controls.Notification.HubTile)

    Freeze(String)

    Freeze the particular group of Syncfusion.UI.Xaml.Controls.Notification.HubTile

    Declaration
    public static void Freeze(string groupname)
    Parameters
    Type Name Description
    System.String groupname

    name of the group.

    See Also
    UnFreeze(String)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.Freeze(Syncfusion.UI.Xaml.Controls.Notification.HubTile)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.UnFreeze(Syncfusion.UI.Xaml.Controls.Notification.HubTile)

    UnFreeze(SfHubTile)

    Unfreeze the particular Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Declaration
    public static void UnFreeze(SfHubTile tile)
    Parameters
    Type Name Description
    SfHubTile tile

    one of the Syncfusion.UI.Xaml.Controls.Notification.HubTile.

    Remarks

    The Return value is void.

    See Also
    Freeze(String)
    UnFreeze(String)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.Freeze(Syncfusion.UI.Xaml.Controls.Notification.HubTile)

    UnFreeze(String)

    UnFreeze the particular group of Syncfusion.UI.Xaml.Controls.Notification.HubTile

    Declaration
    public static void UnFreeze(string groupname)
    Parameters
    Type Name Description
    System.String groupname

    name of the group.

    See Also
    Freeze(String)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.Freeze(Syncfusion.UI.Xaml.Controls.Notification.HubTile)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.UnFreeze(Syncfusion.UI.Xaml.Controls.Notification.HubTile)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved