UIKit.UIAccessibility Members

The members of UIKit.UIAccessibility are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
DarkerSystemColosEnabledbool. Determines whether darker system colors are currently enabled
[read-only]
static
IsBoldTextEnabledbool. Determines whether bold text is currently enabled
[read-only]
static
IsClosedCaptioningEnabledbool. Determines whether close captioning is currently enabled.
[read-only]
static
IsGrayscaleEnabledbool. Determines whether gray scale is currently enabled
[read-only]
static
IsGuidedAccessEnabledbool. Determines whether guide access is currently enabled.
[read-only]
static
IsInvertColorsEnabledbool. Determines if the system is currently rendering with inverted colors for accessibility
[read-only]
static
IsMonoAudioEnabledbool. Determines whether the system is running with mono audio.
[read-only]
static
IsReduceMotionEnabledbool. Determines whether the system is running with reduced motion.
[read-only]
static
IsReduceTransparencyEnabledbool. Determines whether the system is running with reduced transparency.
[read-only]
static
IsSpeakScreenEnabledbool. Determines whether the system is running with the speak screen enabled.
[read-only]
static
IsSpeakSelectionEnabledbool. Determines whether the system is running with speak selection enabled.
[read-only]
static
IsSwitchControlRunningbool. Determines whether the system is running with switch control enabled.
[read-only]
static
IsVoiceOverRunningbool. Determines whether voiceover is currently active.

Public Methods

static
ConvertFrameToScreenCoordinates(UIView, CoreGraphics.CGRect) : CoreGraphics.CGRect
Converts from view coordinates to screen coordinates.
static
ConvertPathToScreenCoordinates(UIBezierPath, UIView) : UIBezierPath
Converts the path to screen coordinates and returns a new path using those values.
static
PostNotification(int, Foundation.NSObject)
Posts an accessibility notification.
static
PostNotification(UIAccessibilityPostNotification, Foundation.NSObject)
Posts an accessibility notification.
static
RegisterGestureConflictWithZoom()
Used to inform the user that the accessibility zoom gesture conflicts with a gesture used by this application.
static
RequestGuidedAccessSession(bool, Action<bool>)
Requests that the system to enter Guided Access mode.
static
RequestGuidedAccessSessionAsync(bool) : System.Threading.Tasks.Task<bool>
Asynchronously requests a transition between normal and Single App modes.
static
ZoomFocusChanged(UIAccessibilityZoomType, UIView, CoreGraphics.CGRect)
Notifies the accessibility system of a new area of interest.