VisualElement.BatchBegin Method

Definition

Signals the start of a batch of changes to the elements properties.

public void BatchBegin ();
abstract member BatchBegin : unit -> unit
override this.BatchBegin : unit -> unit

Implements

Remarks

Application authors will not generally need to batch updates manually as the animation framework will do this for them.

Applies to