UIKit.UIAccessibilityElement Members

The members of UIKit.UIAccessibilityElement are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Initializes a new accessibility element that represents an item in a specified container.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AccessibilityContainerFoundation.NSObject. The view containing the accessibility element.
AccessibilityFrameCoreGraphics.CGRect. The accessibility element frame, expressed in screen coordinates.
AccessibilityHintstring. Briefly expounds the results of performing a specified action on the associates accessibility element.
AccessibilityIdentifierstring. Uniquely identifies this for the purposes of accessibility.
AccessibilityLabelstring. Short, concise descriptive label set for identification.
AccessibilityTraitsulong. The unique combination of traits that best describes this accessibility element.
AccessibilityValuestring. The present value for this accessibility element.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
IsAccessibilityElementbool. Whether an item is an accessibility element that an assistive application can access.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIAccessibilityElement object.