Class SfPulsingTile
PulsingTile Control resembles the Music and Video hub tile in Windows phone. The content will zooms out/in randomly and show a translation movement in X and Y axis randomly.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.dll
Syntax
public class SfPulsingTile : HubTileBase
Constructors
SfPulsingTile()
Initializes a new instance of the SfPulsingTile class.
Declaration
public SfPulsingTile()
Fields
PulseDurationProperty
Using a DependencyProperty as the backing store for PulseDuration. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PulseDurationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PulseScaleProperty
Using a DependencyProperty as the backing store for PulseScale. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PulseScaleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadiusXProperty
Using a DependencyProperty as the backing store for RadiusX. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadiusYProperty
Using a DependencyProperty as the backing store for RadiusY. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TranslateDurationProperty
Using a DependencyProperty as the backing store for TranslateDuration. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TranslateDurationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
PulseDuration
Gets or sets the System.TimeSpan that specify the pulse duration for animation.
Declaration
public TimeSpan PulseDuration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The default value is 4 System.TimeSpan.Milliseconds. |
See Also
PulseScale
Gets or sets the scale value for animation
Declaration
public double PulseScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1. |
RadiusX
Gets or sets the value that specify the radius X with Syncfusion.UI.Xaml.Controls.Notification.PulsingTile.
Declaration
public double RadiusX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default values is zero. |
See Also
RadiusY
Gets or sets the value that specify the radius Y with Syncfusion.UI.Xaml.Controls.Notification.PulsingTile.
Declaration
public double RadiusY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default values is zero. |
See Also
TranslateDuration
Gets or sets the System.TimeSpan that specify the translate duration for animation.
Declaration
public TimeSpan TranslateDuration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The default value is 4 System.TimeSpan.Milliseconds. |
See Also
Methods
OnApplyTemplate()
Initializes all the child elements of the Syncfusion.UI.Xaml.Controls.Notification.PulsingTile control.
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 |