EntranceThemeTransition.IsStaggeringEnabled Property

Definition

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.

Applies to

See also