menu

WPF

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

    Show / Hide Table of Contents

    Class AnimatedGrid

    Derived class that aggregates the functionality of an animated Grid object into a Grid.

    Inheritance
    System.Object
    AnimatedGrid
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class AnimatedGrid : Grid

    Constructors

    AnimatedGrid()

    Initializes a new instance of the AnimatedGrid class.

    Declaration
    public AnimatedGrid()

    Fields

    InnerBrushProperty

    Identifies the InnerBrush dependency property.

    Declaration
    public static readonly DependencyProperty InnerBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the InnerBrush dependency property.

    OuterBrushProperty

    Identifies the OuterBrush dependency property.

    Declaration
    public static readonly DependencyProperty OuterBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the OuterBrush dependency property.

    Properties

    Direction

    Gets or sets the direction of drag indicator.

    Declaration
    public Direction Direction { get; set; }
    Property Value
    Type
    Direction

    InnerBrush

    Gets or sets the inner brush of an animated Grid.

    Declaration
    public Brush InnerBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    OuterBrush

    Gets or sets the outer brush of an animated Grid.

    Declaration
    public Brush OuterBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    Methods

    Begin()

    Method to create the storyboard to view the animated Grid.

    Declaration
    public void Begin()

    Stop()

    Method to stop the storyboard to hide the animated Grid from display.

    Declaration
    public void Stop()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved