menu

WinForms

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

    Show / Hide Table of Contents

    Class TileViewItemAnimationBase

    Contains all the methods events related to animations happening in tile view control.

    Inheritance
    System.Object
    TileViewItemAnimationBase
    TileViewItemBase
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class TileViewItemAnimationBase : HeaderedContentControl

    Properties

    ParentTileViewControl

    Declaration
    public TileViewControl ParentTileViewControl { get; }
    Property Value
    Type
    TileViewControl

    Methods

    AnimateSize(Double, Double)

    Animates the size of the control

    Declaration
    public void AnimateSize(double width, double height)
    Parameters
    Type Name Description
    System.Double width

    The target width

    System.Double height

    The target height

    SetAnimationSizeDuration(DependencyPropertyChangedEventArgs)

    Sets the duration of the animation size.

    Declaration
    protected virtual void SetAnimationSizeDuration(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    SetPositionAnimationDuration(DependencyPropertyChangedEventArgs)

    Sets the duration of the position animation.

    Declaration
    protected virtual void SetPositionAnimationDuration(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved