Class DesktopRangeValuePattern
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopRangeValuePattern : DesktopPatternConstructors
DesktopRangeValuePattern(DesktopElement)
Declaration
public DesktopRangeValuePattern(DesktopElement element)Parameters
| DesktopElement
        element 
 | 
Properties
IsReadOnly
Declaration
public double IsReadOnly { get; }Property Value
| System.Double 
 | 
LargeChange
Declaration
public double LargeChange { get; }Property Value
| System.Double 
 | 
Maximum
Declaration
public double Maximum { get; }Property Value
| System.Double 
 | 
Minimum
Declaration
public double Minimum { get; }Property Value
| System.Double 
 | 
SmallChange
Declaration
public double SmallChange { get; }Property Value
| System.Double 
 | 
Value
Declaration
public double Value { get; }Property Value
| System.Double 
 | 
Methods
SetValue(Double)
Declaration
public void SetValue(double value)Parameters
| System.Double
        value 
 |