AutomationElementIdentifiers.BoundingRectangleProperty 属性

定义

标识边框自动化属性。 边界矩形属性值由 GetBoundingRectangle 方法返回。

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

属性值

自动化属性标识符。

适用于