Content Property

Transitionals

Transitionals Content Property
NamespacesTransitionals.ControlsTransitionElementContent
Gets or sets the content that is presented in the TransitionElement. This is a dependency property.
Declaration Syntax
C# Visual Basic Visual C++
public Object Content { get; set; }
Public Property Content As Object
public:
property Object^ Content {
	Object^ get ();
	void set (Object^ value);
}
Value
The content that is presented in the TransitionElement.
Remarks
If a transition is specified on the Transition property, changing the value of this property will automatically cause the transition to begin.

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)