ClassesReplace Method

Removes all non-pseudoclasses in the collection and adds a new set.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Replace(
	IList<string> source
)

Parameters

source  IListString
The new contents of the collection.

See Also