SelectorMatchResult Enum

Summary

Describes how a SelectorMatch matches a control and its type.
Namespace
Avalonia.Styling
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["SelectorMatchResult"] class Type type-node

Syntax

public enum SelectorMatchResult

Fields

Name Constant Value Summary
AlwaysThisInstance 3
The selector always matches this instance, but doesn't always match this type.
static
AlwaysThisType 4
The selector always matches this type.
static
NeverThisInstance 1
The selector never matches this instance, but can match this type.
static
NeverThisType 0
The selector never matches this type.
static
Sometimes 2
The selector matches this instance based on the Activator.
static

Extension Methods