Class TabStripDescription
The description of a WPF TabStrip test object.
public class TabStripDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
TabStripDescription
- Implements
- Inherited Members
Constructors
TabStripDescription()
public TabStripDescription()
Properties
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
SelectedTab
The selected tab in the tab object.
public StringProperty SelectedTab { get; set; }
Property Value
Tabs
The list of all items in this object.
public string[] Tabs { get; set; }
Property Value
- string[]