AutomationElementIdentifiers.BoundingRectangleProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.