AutomationProperties Class
Provides a means of getting or setting the value of the associated properties of the instance of the AutomationPeer element.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AcceleratorKey | Gets or sets the accelerator key for the specified element. |
![]() ![]() | AccessKey | Gets or sets the access key for the specified element. |
![]() ![]() | AutomationId | Gets or set the string that uniquely identifies the specified element. |
![]() ![]() | HelpText | Gets or sets the help text for the specified element. The help text generally is the same text that is provided in the tooltip for the control. |
![]() ![]() | IsColumnHeader | Gets or sets a value indicating whether the specified element is a column header. |
![]() ![]() | IsOffscreenBehavior | Gets or sets a value that specifies how the IsOffscreen property is determined. |
![]() ![]() | IsRequiredForForm | Gets or sets a value that indicates whether the specified element is required to be filled out on a form. |
![]() ![]() | IsRowHeader | Gets or sets a value indicating whether the specified element is a row header. |
![]() ![]() | ItemStatus | Gets or sets a description of the status of an item within an element. |
![]() ![]() | ItemType | Gets or sets a description of the type of the specified element. |
![]() ![]() | LabeledBy | Gets or sets the element that contains the text label for the specified element. |
![]() ![]() | Name | Gets or sets the name of the element. |
| Name | Description | |
|---|---|---|
![]() ![]() | AcceleratorKeyProperty | Identifies the AcceleratorKey attached property. |
![]() ![]() | AccessKeyProperty | Identifies the AccessKey attached property. |
![]() ![]() | AutomationIdProperty | Identifies the AutomationId attached property. |
![]() ![]() | HelpTextProperty | Identifies the HelpText attached property. |
![]() ![]() | IsColumnHeaderProperty | Identifies the IsColumnHeader attached property. |
![]() ![]() | IsOffscreenBehaviorProperty | Identifies the IsOffscreenBehavior dependency property. |
![]() ![]() | IsRequiredForFormProperty | Identifies the IsRequiredForForm attached property. |
![]() ![]() | IsRowHeaderProperty | Identifies the IsRowHeader attached property. |
![]() ![]() | ItemStatusProperty | Identifies the ItemStatus attached property. |
![]() ![]() | ItemTypeProperty | Identifies the ItemType attached property. |
![]() ![]() | LabeledByProperty | Identifies the LabeledBy attached property. |
![]() ![]() | NameProperty | Identifies the Name attached property. |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



