Gets/Sets the animation state for the AnimatedPanel when hidden.

C# | Visual Basic | Visual C++ |
public TransitionState HiddenState { get; set; }
Public Property HiddenState As TransitionState
public: property TransitionState^ HiddenState { TransitionState^ get (); void set (TransitionState^ value); }