Class TileViewItemAnimationBase
Contains all the methods events related to animations happening in tile view control.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class TileViewItemAnimationBase : HeaderedContentControlProperties
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. |