AutomationElementIdentifiers.BoundingRectangleProperty Property

Definition

Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle method.

public:
 static property AutomationProperty ^ BoundingRectangleProperty { AutomationProperty ^ get(); };
static AutomationProperty BoundingRectangleProperty();
public static AutomationProperty BoundingRectangleProperty { get; }
var automationProperty = AutomationElementIdentifiers.boundingRectangleProperty;
Public Shared ReadOnly Property BoundingRectangleProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to