EntranceThemeTransition.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 value that determines whether the transition staggers rendering of multiple items, or renders all items at once.
public:
property bool IsStaggeringEnabled { bool get(); void set(bool value); };
bool IsStaggeringEnabled();
void IsStaggeringEnabled(bool value);
public bool IsStaggeringEnabled { get; set; }
var boolean = entranceThemeTransition.isStaggeringEnabled;
entranceThemeTransition.isStaggeringEnabled = boolean;
Public Property IsStaggeringEnabled As Boolean
<EntranceThemeTransition IsStaggeringEnabled="bool" />
Property Value
Boolean
bool
true if the animation staggers rendering of multiple items. false if the animation renders all items at once.