The properties of Android.App.Fragment are listed below. For a list of all members, see the Fragment Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | Activity | Activity. Return the Activity this fragment is currently associated with. |
AllowEnterTransitionOverlap | bool. Returns whether the the exit transition and enter transition overlap or not. | |
AllowReturnTransitionOverlap | bool. Returns whether the the return transition and reenter transition overlap or not. | |
Arguments | Android.OS.Bundle. Return the arguments supplied when the fragment was instantiated, if any. | |
[read-only] | ChildFragmentManager | FragmentManager. Return a private FragmentManager for placing and managing Fragments inside of this Fragment. |
EnterTransition | Android.Transitions.Transition. Returns the Transition that will be used to move Views into the initial scene. | |
ExitTransition | Android.Transitions.Transition. Returns the Transition that will be used to move Views out of the scene when the fragment is removed, hidden, or detached when not popping the back stack. | |
[read-only] | FragmentManager | FragmentManager. Return the FragmentManager for interacting with fragments associated with this fragment's activity. |
[read-only] | Id | int. Return the identifier this fragment is known by. |
[read-only] | IsAdded | bool. Return true if the fragment is currently added to its activity. |
[read-only] | IsDetached | bool. Return true if the fragment has been explicitly detached from the UI. |
[read-only] | IsHidden | bool. Return true if the fragment has been hidden. |
[read-only] | IsInLayout | bool. Return true if the layout is included as part of an activity view hierarchy via the <fragment> tag. |
[read-only] | IsRemoving | bool. Return true if this fragment is currently being removed from its activity. |
[read-only] | IsResumed | bool. Return true if the fragment is in the resumed state. |
[read-only] | IsVisible | bool. Return true if the fragment is currently visible to the user. |
[read-only] | LoaderManager | LoaderManager. Return the LoaderManager for this fragment, creating it if needed. |
[read-only] | ParentFragment | Fragment. Returns the parent Fragment containing this Fragment. |
ReenterTransition | Android.Transitions.Transition. Returns the Transition that will be used to move Views in to the scene when returning due to popping a back stack. | |
[read-only] | Resources | Android.Content.Res.Resources. Return getActivity().getResources(). |
RetainInstance | bool. | |
ReturnTransition | Android.Transitions.Transition. Returns the Transition that will be used to move Views out of the scene when the Fragment is preparing to be removed, hidden, or detached because of popping the back stack. | |
SharedElementEnterTransition | Android.Transitions.Transition. Returns the Transition that will be used for shared elements transferred into the content Scene. | |
SharedElementReturnTransition | Android.Transitions.Transition. Return the Transition that will be used for shared elements transferred back during a pop of the back stack. | |
[read-only] | Tag | string. Get the tag name of the fragment, if specified. |
[read-only] | TargetFragment | Fragment. Return the target fragment set by Fragment.SetTargetFragment(Fragment, System.Int32). |
[read-only] | TargetRequestCode | int. Return the target request code set by Fragment.SetTargetFragment(Fragment, System.Int32). |
UserVisibleHint | bool. | |
[read-only] | View | Android.Views.View. Get the root view for the fragment's layout (the one returned by Fragment.OnCreateView(Android.Views.LayoutInflater, Android.Views.ViewGroup, Android.Views.ViewGroup)), if provided. |
[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. |