Share via


BringIntoViewOptions.AnimationDesired Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob animation verwendet werden soll, wenn das Element angezeigt wird, oder legt diesen fest.

public:
 property bool AnimationDesired { bool get(); void set(bool value); };
bool AnimationDesired();

void AnimationDesired(bool value);
public bool AnimationDesired { get; set; }
var boolean = bringIntoViewOptions.animationDesired;
bringIntoViewOptions.animationDesired = boolean;
Public Property AnimationDesired As Boolean

Eigenschaftswert

Boolean

bool

True , um Animation zu verwenden; andernfalls false. Der Standardwert ist true.

Gilt für: