menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HubTileService - WPF 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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.SfHubTile.Wpf.dll
    Syntax
    [CLSCompliant(false)]
    public static class HubTileService
    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
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.UnFreeze(System.String)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.Freeze(System.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
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.UnFreeze(System.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
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.Freeze(System.String)
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.UnFreeze(System.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
    Syncfusion.UI.Xaml.Controls.Notification.HubTileService.Freeze(System.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