WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TileViewItemAnimationBase

    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

    Fields

    ParentTileViewControl

    stores the details of rows in the TileViewControl

    Declaration
    public TileViewControl ParentTileViewControl
    Field Value
    Type Description
    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 - 2023 Syncfusion Inc. All Rights Reserved