Поделиться через


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.

Применяется к