menu

UWP

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

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    HeaderedContentControl
    HubTileBase
    SfPulsingTile
    Inherited Members
    HeaderedContentControl.Header
    HeaderedContentControl.HeaderProperty
    HeaderedContentControl.HeaderStyle
    HeaderedContentControl.HeaderStyleProperty
    HeaderedContentControl.HeaderTemplate
    HeaderedContentControl.HeaderTemplateProperty
    HeaderedContentControl.HeaderTemplateSelector
    HeaderedContentControl.HeaderTemplateSelectorProperty
    HubTileBase.AccentBrush
    HubTileBase.AccentBrushProperty
    HubTileBase.Click
    HubTileBase.Command
    HubTileBase.CommandParameter
    HubTileBase.CommandParameterProperty
    HubTileBase.CommandProperty
    HubTileBase.Dispose()
    HubTileBase.GroupName
    HubTileBase.GroupNameProperty
    HubTileBase.ImageSource
    HubTileBase.ImageSourceProperty
    HubTileBase.IsFrozen
    HubTileBase.IsFrozenProperty
    HubTileBase.OnPointerCaptureLost(PointerRoutedEventArgs)
    HubTileBase.OnPointerEntered(PointerRoutedEventArgs)
    HubTileBase.OnPointerExited(PointerRoutedEventArgs)
    HubTileBase.OnPointerPressed(PointerRoutedEventArgs)
    HubTileBase.OnPointerReleased(PointerRoutedEventArgs)
    HubTileBase.OnTapped(TappedRoutedEventArgs)
    HubTileBase.OverrideDefaultStates
    HubTileBase.OverrideDefaultStatesProperty
    HubTileBase.RotationDepth
    HubTileBase.RotationDepthProperty
    HubTileBase.ScaleDepth
    HubTileBase.ScaleDepthProperty
    HubTileBase.Storyboard
    HubTileBase.TilePressDuration
    HubTileBase.TilePressDurationProperty
    HubTileBase.Title
    HubTileBase.TitleProperty
    HubTileBase.TitleStyle
    HubTileBase.TitleStyleProperty
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfHubTile.UWP.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Syncfusion.UI.Xaml.Controls.Notification.PulsingTile.TranslateDuration

    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
    Syncfusion.UI.Xaml.Controls.Notification.PulsingTile.RadiusY

    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
    Syncfusion.UI.Xaml.Controls.Notification.PulsingTile.RadiusX

    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
    Syncfusion.UI.Xaml.Controls.Notification.PulsingTile.PulseDuration

    Methods

    OnApplyTemplate()

    Initializes all the child elements of the Syncfusion.UI.Xaml.Controls.Notification.PulsingTile control.

    Declaration
    protected override void OnApplyTemplate()

    OnIsFrozenChanged(DependencyPropertyChangedEventArgs)

    Invoked when the IsFrozen property is changed

    Declaration
    protected override void OnIsFrozenChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyPropertyChangedEventArgs e

    Event Arguments

    Overrides
    HubTileBase.OnIsFrozenChanged(DependencyPropertyChangedEventArgs)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved