Selectors.

Name(Selector, string) Method

Summary

Returns a selector which matches a control's Name.
Namespace
Avalonia.Styling
Containing Type
Selectors

Syntax

public static Selector Name(this Selector previous, string name)

Parameters

Name Type Description
previous Selector The previous selector.
name string The name.

Return Value

Type Description
Selector The selector.