VisualElement.BatchBegin Method

Definition

Signals the start of a batch of changes to the elements properties. This can benefit performance if a bigger number of property values are changed.

C#
public void BatchBegin ();

Implements

Remarks

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

When the operation is done, BatchCommit() should be called.

Applies to

Product Versions
.NET MAUI 8, 9