Share via


BringIntoViewRequestedEventArgs.AnimationDesired 属性

定义

获取或设置一个值,该值指定是否应对滚动进行动画处理。

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

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

属性值

Boolean

bool

true 可对滚动进行动画处理;否则为 false

适用于