Selectors.

PropertyEquals(Selector, AvaloniaProperty, object) Method

Summary

Returns a selector which matches a control with the specified property value.
Namespace
Avalonia.Styling
Containing Type
Selectors

Syntax

public static Selector PropertyEquals(this Selector previous, AvaloniaProperty property, object value)

Parameters

Name Type Description
previous Selector The previous selector.
property AvaloniaProperty The property.
value object The property value.

Return Value

Type Description
Selector The selector.