BringIntoViewOptions.AnimationDesired 属性

定义

获取或设置一个值,该值指示在元素进入视图时是否使用动画。

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

属性值

Boolean

bool

若要使用动画,则为 true;否则为 false。 默认值为 true

适用于