Class RadioButtonDescription
The description of a WPF RadioButton test object.
public class RadioButtonDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
RadioButtonDescription
- Implements
- Inherited Members
Constructors
RadioButtonDescription()
public RadioButtonDescription()
Properties
IsChecked
Indicates whether the radio button is checked.
public bool? IsChecked { get; set; }
Property Value
- bool?
Name
The name of this object.
public StringProperty Name { get; set; }