CommonNavigationTransitionInfo.IsStaggeringEnabled 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 or sets a Boolean value indicating if staggering is enabled for the navigation transition.
public:
property bool IsStaggeringEnabled { bool get(); void set(bool value); };
bool IsStaggeringEnabled();
void IsStaggeringEnabled(bool value);
public bool IsStaggeringEnabled { get; set; }
var boolean = commonNavigationTransitionInfo.isStaggeringEnabled;
commonNavigationTransitionInfo.isStaggeringEnabled = boolean;
Public Property IsStaggeringEnabled As Boolean
<CommonNavigationTransitionInfo IsStaggeringEnabled="bool"/>
Property Value
Boolean
bool
A Boolean value indicating if staggering is enabled for the navigation transition.