WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HubTileTransitionCollection - WPF API Reference | Syncfusion Windows.UI.Xaml.Controls.ContentTransition. ">

    Show / Hide Table of Contents

    Class HubTileTransitionCollection

    HubTileTransitionCollection is a collection of Windows.UI.Xaml.Controls.ContentTransition.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<ContentTransition>
    HubTileTransitionCollection
    Implements
    System.Collections.Generic.IList<ContentTransition>
    System.Collections.Generic.ICollection<ContentTransition>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<ContentTransition>
    System.Collections.Generic.IReadOnlyCollection<ContentTransition>
    System.Collections.Generic.IEnumerable<ContentTransition>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Add(Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Clear()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.CopyTo(Syncfusion.Windows.Controls.ContentTransition[], System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Contains(Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.IndexOf(Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Insert(System.Int32, Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Remove(Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.ClearItems()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.InsertItem(System.Int32, Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.SetItem(System.Int32, Syncfusion.Windows.Controls.ContentTransition)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Count
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Items
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.Generic.ICollection<Syncfusion.Windows.Controls.ContentTransition>.IsReadOnly
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Controls.ContentTransition>.System.Collections.IList.IsFixedSize
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.SfHubTile.Wpf.dll
    Syntax
    [CLSCompliant(false)]
    public class HubTileTransitionCollection : Collection<ContentTransition>, IList<ContentTransition>, ICollection<ContentTransition>, IList, ICollection, IReadOnlyList<ContentTransition>, IReadOnlyCollection<ContentTransition>, IEnumerable<ContentTransition>, IEnumerable

    Constructors

    HubTileTransitionCollection()

    Declaration
    public HubTileTransitionCollection()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved