The properties of Android.Views.Accessibility.AccessibilityRecord are listed below. For a list of all members, see the AccessibilityRecord Members list.
See Also: Inherited members from Java.Lang.Object
AddedCount | int. Gets the number of added characters. | |
BeforeText | string. Documentation for this section has not yet been entered. | |
BeforeTextFormatted | Java.Lang.ICharSequence. Sets the text before a change. | |
Checked | bool. Gets if the source is checked. | |
ClassName | string. Documentation for this section has not yet been entered. | |
ClassNameFormatted | Java.Lang.ICharSequence. Gets the class name of the source. | |
ContentDescription | string. Documentation for this section has not yet been entered. | |
ContentDescriptionFormatted | Java.Lang.ICharSequence. Gets the description of the source. | |
CurrentItemIndex | int. Gets the index of the source in the list of items the can be visited. | |
Enabled | bool. Gets if the source is enabled. | |
FromIndex | int. Gets the index of the first character of the changed sequence, or the beginning of a text selection or the index of the first visible item when scrolling. | |
FullScreen | bool. Gets if the source is taking the entire screen. | |
ItemCount | int. Gets the number of items that can be visited. | |
MaxScrollX | int. Gets the max scroll offset of the source left edge in pixels. | |
MaxScrollY | int. Gets the max scroll offset of the source top edge in pixels. | |
ParcelableData | Android.OS.IParcelable. Gets the Android.OS.Parcelable data. | |
Password | bool. Gets if the source is a password field. | |
RemovedCount | int. Gets the number of removed characters. | |
Scrollable | bool. Gets if the source is scrollable. | |
ScrollX | int. Gets the scroll offset of the source left edge in pixels. | |
ScrollY | int. Gets the scroll offset of the source top edge in pixels. | |
[read-only] | Source | AccessibilityNodeInfo. Gets the Android.Views.Accessibility.AccessibilityNodeInfo of the event source. |
[read-only] | Text | IList<Java.Lang.ICharSequence>. Gets the text of the event. |
ToIndex | int. Gets the index of text selection end or the index of the last visible item when scrolling. | |
[read-only] | WindowId | int. Gets the id of the window from which the event comes from. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |