The properties of Android.Views.IViewParent are listed below. For a list of all members, see the IViewParent Members list.
[read-only] | IsLayoutDirectionResolved | bool. Tells if this view parent layout direction is resolved. |
[read-only] | IsLayoutRequested | bool. Indicates whether layout was requested on this view parent. |
[read-only] | IsTextAlignmentResolved | bool. Tells if this view parent text alignment is resolved. |
[read-only] | IsTextDirectionResolved | bool. Tells if this view parent text direction is resolved. |
[read-only] | LayoutDirection | LayoutDirection. Return this view parent layout direction. |
[read-only] | Parent | IViewParent. Returns the parent if it exists, or null. |
[read-only] | ParentForAccessibility | IViewParent. Gets the parent of a given View for accessibility. |
[read-only] | TextAlignment | TextAlignment. Return this view parent text alignment. |
[read-only] | TextDirection | TextDirection. Return this view parent text direction. |