Class HubTileService
HubTileService that provides the helper methods to Syncfusion.UI.Xaml.Controls.Notification.HubTile.
Inheritance
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.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
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(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
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. |