Class UiObjectDescription
The description of a WPF UiObject test object.
public class UiObjectDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
UiObjectDescription
- Implements
- Inherited Members
Constructors
UiObjectDescription()
public UiObjectDescription()
Properties
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
ParentText
The text associated with the parent object of this object.
public StringProperty ParentText { get; set; }