Class RangeValuePatternIdentifiers
Contains values used as automation property identifiers specifically for properties of the IRangeValueProvider pattern.
Inheritance
System.Object
RangeValuePatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class RangeValuePatternIdentifiers
Fields
| Improve this Doc View SourceIsReadOnlyProperty
Identifies the IsReadOnly automation property.
Declaration
public static readonly AutomationProperty IsReadOnlyProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
LargeChangeProperty
Identifies the LargeChange automation property.
Declaration
public static readonly AutomationProperty LargeChangeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
MaximumProperty
Identifies the Maximum automation property.
Declaration
public static readonly AutomationProperty MaximumProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
MinimumProperty
Identifies the Minimum automation property.
Declaration
public static readonly AutomationProperty MinimumProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
SmallChangeProperty
Identifies the SmallChange automation property.
Declaration
public static readonly AutomationProperty SmallChangeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ValueProperty
Identifies the Value automation property.
Declaration
public static readonly AutomationProperty ValueProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |