Class SfHubTile
HubTile control provides notification through various transition effects.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.DependencyProperty |
Properties
HubTileTransitions
Gets or sets Syncfusion.UI.Xaml.Controls.Notification.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 |
---|---|
System.Windows.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 Syncfusion.UI.Xaml.Controls.Notification.SfHubTile
Declaration
public override void OnApplyTemplate()
OnIsFrozenChanged(DependencyPropertyChangedEventArgs)
Invoked when the IsFrozen property is changed
Declaration
protected override void OnIsFrozenChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Event arguments |
Overrides
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 |