ClassesReplace Method
Removes all non-pseudoclasses in the collection and adds a new set.
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Replace(
IList<string> source
)
Public Sub Replace (
source As IList(Of String)
)
member Replace :
source : IList<string> -> unit
Parameters
- source IListString
- The new contents of the collection.