UIView.AccessibilityValue Property
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.
The value of the accessibility element.
C#
public virtual string AccessibilityValue { [Foundation.Export("accessibilityValue", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAccessibilityValue:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AccessibilityValue : string with get, set
If the UIView has a label, returns the value of the label.
- Attributes
Application developers should override this if their UIView has both a label and a value.
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |