Click or drag to resize
ContentPresenterContentTransitions Property
Gets or sets the collection of Transition style elements that apply to content presented by the ContentPresenter.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public TransitionCollection ContentTransitions { get; set; }

Property Value

Type: TransitionCollection
See Also