AutomationProperties
Contains both abbreviated and detailed UI information that is supplied to accessibility services.
Backing store for the attached property that contains the detailed description of the UI element and its behavior.
Backing store for the attached property that contains a Boolean value that tells whether the element is available to the accessible app.
Backing store for the attached property that holds a reference to the element that labels the element that is being made accessible.
Backing store for the attached property that contains the brief description of the UI element
public AutomationProperties()
Returns the help text, if any, for the bindable object.
Gets a nullable Boolean value that tells whether the bindable object is available to the accessibility system.
Returns the element that labels bindable, if bindable does not label itself and if another element describes it in the UI.
Returns the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button".
Sets the help text for bindable.
Sets a Boolean value that tells whether the bindable object is available to the accessibility system.
Sets another element, such as a Label as the label for bindable.
Sets the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button".