共用方式為


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

適用於