WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfHubTile - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfHubTile

    HubTile control provides notification through various transition effects.

    Inheritance
    System.Object
    HeaderedContentControl
    HubTileBase
    SfHubTile
    Inherited Members
    HubTileBase.GroupNameProperty
    HubTileBase.IsFrozenProperty
    HubTileBase.TitleStyleProperty
    HubTileBase.OverrideDefaultStatesProperty
    HubTileBase.AccentBrushProperty
    HubTileBase.TitleProperty
    HubTileBase.ImageSourceProperty
    HubTileBase.ScaleDepthProperty
    HubTileBase.TilePressDurationProperty
    HubTileBase.CommandProperty
    HubTileBase.CommandParameterProperty
    HubTileBase.OnLostMouseCapture(MouseEventArgs)
    HubTileBase.OnMouseLeftButtonUp(MouseButtonEventArgs)
    HubTileBase.OnMouseLeftButtonDown(MouseButtonEventArgs)
    HubTileBase.OnMouseEnter(MouseEventArgs)
    HubTileBase.OnMouseLeave(MouseEventArgs)
    HubTileBase.Storyboard
    HubTileBase.GroupName
    HubTileBase.IsFrozen
    HubTileBase.TitleStyle
    HubTileBase.OverrideDefaultStates
    HubTileBase.AccentBrush
    HubTileBase.Title
    HubTileBase.ImageSource
    HubTileBase.ScaleDepth
    HubTileBase.TilePressDuration
    HubTileBase.Command
    HubTileBase.CommandParameter
    HubTileBase.Click
    HeaderedContentControl.HeaderTemplateSelectorProperty
    HeaderedContentControl.HeaderProperty
    HeaderedContentControl.HeaderStyleProperty
    HeaderedContentControl.HeaderTemplateProperty
    HeaderedContentControl.Header
    HeaderedContentControl.HeaderStyle
    HeaderedContentControl.HeaderTemplate
    HeaderedContentControl.HeaderTemplateSelector
    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.SfHubTile.Wpf.dll
    Syntax
    [CLSCompliant(false)]
    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 Description
    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 Description
    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 Description
    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 Description
    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

    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
    HubTileBase.OnIsFrozenChanged(DependencyPropertyChangedEventArgs)

    Events

    HubTileTransitionCompleted

    Invokes the event when the HubTileTransition is completed.

    Declaration
    public event SfHubTile.AnimationCompletedEventHandler HubTileTransitionCompleted
    Event Type
    Type Description
    SfHubTile.AnimationCompletedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved