Table of Contents

Class RangeValuePatternIdentifiers

Namespace
Avalonia.Automation
Assembly
Avalonia.Controls.dll

Contains values used as identifiers by IRangeValueProvider.

public static class RangeValuePatternIdentifiers
Inheritance
RangeValuePatternIdentifiers
Inherited Members

Properties

IsReadOnlyProperty

Identifies IsReadOnly automation property.

public static AutomationProperty IsReadOnlyProperty { get; }

Property Value

AutomationProperty

MaximumProperty

Identifies Maximum automation property.

public static AutomationProperty MaximumProperty { get; }

Property Value

AutomationProperty

MinimumProperty

Identifies Minimum automation property.

public static AutomationProperty MinimumProperty { get; }

Property Value

AutomationProperty

ValueProperty

Identifies Value automation property.

public static AutomationProperty ValueProperty { get; }

Property Value

AutomationProperty