SettingsFlyoutTemplateSettings.ContentTransitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of content transitions used by the SettingsFlyout.
public:
property TransitionCollection ^ ContentTransitions { TransitionCollection ^ get(); };
TransitionCollection ContentTransitions();
public TransitionCollection ContentTransitions { get; }
var transitionCollection = settingsFlyoutTemplateSettings.contentTransitions;
Public ReadOnly Property ContentTransitions As TransitionCollection
Property Value
The collection of content transitions used by the SettingsFlyout.