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.

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