Class UiObjectDescription
The description of a standard Windows UiObject test object.
public class UiObjectDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
- Inheritance
-
UiObjectDescription
- Implements
- Inherited Members
Constructors
UiObjectDescription()
Initializes a new instance of the UiObjectDescription class.
public UiObjectDescription()
Properties
HorizontalScroll
The scroll properties of the horizontal scroll bar. Possible values: ScrollProperty
public ScrollProperty HorizontalScroll { get; set; }
Property Value
VerticalScroll
The scroll properties of the vertical scroll bar. Possible values: ScrollProperty
public ScrollProperty VerticalScroll { get; set; }