WPFSettingsSimplifiedObjectTree Property |
Gets or sets whether non-interactive WPF elements (such as panels, decorators, etc.) are excluded from the object hierarchy.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public bool SimplifiedObjectTree { get; set; }
Public Property SimplifiedObjectTree As Boolean
Get
Set
Dim instance As WPFSettings
Dim value As Boolean
value = instance.SimplifiedObjectTree
instance.SimplifiedObjectTree = value
public:
property bool SimplifiedObjectTree {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also