Version

Custom Properties - All Controls

Proxybase Custom Properties Reference for All Controls

Introduction

This topic provides reference information about the Proxybase custom properties for all controls supported in the Ultimate UI for Test Automation for Micro Focus WPF. Use the control property access methods to extend the custom properties from the object types referenced below (See Accessing Controls' Properties for more details).

Custom properties reference chart

The following table summarizes the custom properties for all controls.

Custom property Applied Object Type Returns…​

Type

System.Object

The object’s type.

ToString

System.Object

The value of the ToString method of the object.

X

System.Windows.FrameworkElement

The double value of the X location coordinate relative to the parent control.

Y

System.Windows.FrameworkElement

The double value of the Y location coordinate relative to the parent control.

Height

System.Windows.FrameworkElement

The double value of the height of the framework element.

Width

System.Windows.FrameworkElement

The double value of the width of the framework element.

Rect

System.Windows.FrameworkElement

The Rect property’s value which represents the bounding rectangle of the framework element.

Children

System.Windows.FrameworkElement

An array of DependencyObjects of the children of the framework element.

ChildCount

System.Windows.FrameworkElement

An integer count of DependencyObject representing the children of the framework element.

AncestralPath

System.Windows.FrameworkElement

An array of DependencyObjects starting with the immediate parent, then the parent’s parent, until it reaches the top ancestry with the value of null.

AncestralPathCount

System.Windows.FrameworkElement

An integer count of the DependencyObject ’s ancestral path.