The properties of Android.Views.Accessibility.AccessibilityNodeInfo are listed below. For a list of all members, see the AccessibilityNodeInfo Members list.
See Also: Inherited members from Java.Lang.Object
AccessibilityFocused | bool. Gets whether this node is accessibility focused. | |
[read-only] | ActionList | IList<AccessibilityNodeInfo.AccessibilityAction>. Gets the actions that can be performed on the node. |
[read-only] | Actions | Action. Gets the actions that can be performed on the node. |
Checkable | bool. Gets whether this node is checkable. | |
Checked | bool. Gets whether this node is checked. | |
[read-only] | ChildCount | int. Gets the number of children. |
ClassName | string. Documentation for this section has not yet been entered. | |
ClassNameFormatted | Java.Lang.ICharSequence. Gets the class this node comes from. | |
Clickable | bool. Gets whether this node is clickable. | |
ContentDescription | string. Documentation for this section has not yet been entered. | |
ContentDescriptionFormatted | Java.Lang.ICharSequence. Gets the content description of this node. | |
ContentInvalid | bool. Gets if the content of this node is invalid. | |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
Dismissable | bool. Gets if the node can be dismissed. | |
Editable | bool. Gets if the node is editable. | |
Enabled | bool. Gets whether this node is enabled. | |
Error | string. Documentation for this section has not yet been entered. | |
ErrorFormatted | Java.Lang.ICharSequence. Gets the error text of this node. | |
[read-only] | Extras | Android.OS.Bundle. Gets an optional bundle with extra data. |
Focusable | bool. Gets whether this node is focusable. | |
Focused | bool. Gets whether this node is focused. | |
InputType | Android.Text.InputTypes. Gets the input type of the source as defined by Android.Text.IInputType. | |
[read-only] | LabeledBy | AccessibilityNodeInfo. Gets the node info which serves as the label of the view represented by this info for accessibility purposes. |
[read-only] | LabelFor | AccessibilityNodeInfo. Gets the node info for which the view represented by this info serves as a label for accessibility purposes. |
LiveRegion | Android.Views.AccessibilityLiveRegion. Gets the node's live region mode. | |
LongClickable | bool. Gets whether this node is long clickable. | |
MaxTextLength | int. Returns the maximum text length for this node. | |
MovementGranularities | MovementGranularity. Gets the movement granularities for traversing the text of this node. | |
MultiLine | bool. Gets if the node is a multi line editable text. | |
PackageName | string. Documentation for this section has not yet been entered. | |
PackageNameFormatted | Java.Lang.ICharSequence. Gets the package this node comes from. | |
[read-only] | Parent | AccessibilityNodeInfo. Gets the parent. |
Password | bool. Gets whether this node is a password. | |
Scrollable | bool. Gets if the node is scrollable. | |
Selected | bool. Gets whether this node is selected. | |
Text | string. Documentation for this section has not yet been entered. | |
TextFormatted | Java.Lang.ICharSequence. Gets the text of this node. | |
[read-only] | TextSelectionEnd | int. Gets the text selection end. |
[read-only] | TextSelectionStart | int. Gets the text selection start. |
ViewIdResourceName | string. Gets the fully qualified resource name of the source view's id. | |
VisibleToUser | bool. Sets whether this node is visible to the user. | |
[read-only] | Window | AccessibilityWindowInfo. Gets the window to which this node belongs. |
[read-only] | WindowId | int. Gets the id of the window from which the info 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. |