UIAccessibilityElement.AccessibilityTraits Property

Definition

The unique combination of traits that best describes this accessibility element.

public virtual ulong AccessibilityTraits { [Foundation.Export("accessibilityTraits")] get; [Foundation.Export("setAccessibilityTraits:")] set; }
member this.AccessibilityTraits : uint64 with get, set

Property Value

Returns a brief descriptive combination of traits.

Attributes

Remarks

Uses OR operations to provide a complete description and best exemplify this element.

Applies to