AccessibilityTraits
How VoiceOver describes and treats a view.
Combines with the control's own traits.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Adjustable | Adjustable with swipe up/down (a slider). |
Button | Acts like a button. |
Header | A heading that divides content. |
Image | An image with no text. |
Link | Opens a link. |
None | No extra traits. |
NotEnabled | Present but not interactable. |
PlaysSound | Plays a sound on activation. |
Selected | Currently selected. |
StartsMediaSession | Starts a media session on activation. |
StaticText | Static text that never changes. |
UpdatesFrequently | Updates its value on its own (a progress bar). |