UIAccessibilityElement.AccessibilityHint 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.
Briefly expounds the results of performing a specified action on the associates accessibility element.
public virtual string AccessibilityHint { [Foundation.Export("accessibilityHint", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAccessibilityHint:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.AccessibilityHint : string with get, set
Property Value
String providing a concise description of the accessibility element.
This value can be null
.
- Attributes