The properties of Android.Views.Window are listed below. For a list of all members, see the Window Members list.
See Also: Inherited members from Java.Lang.Object
AllowEnterTransitionOverlap | bool. Returns how the transition set in Window.EnterTransition overlaps with the exit transition of the calling Activity. | |
AllowReturnTransitionOverlap | bool. Returns how the transition set in Window.ExitTransition overlaps with the exit transition of the called Activity when reentering after if finishes. | |
Attributes | WindowManagerLayoutParams. Retrieve the current window attributes associated with this panel. | |
Callback | Window.ICallback. Return the current Callback interface for this window. | |
Container | Window. Return the container for this Window. | |
[read-only] | ContentScene | Android.Transitions.Scene. Retrieve the Android.Transitions.Scene representing this window's current content. |
[read-only] | Context | Android.Content.Context. Return the Context this window policy is running in, for retrieving resources and other information. |
[read-only] abstract | CurrentFocus | View. Return the view in this Window that currently has focus, or null if there are none. |
[read-only] abstract | DecorView | View. Retrieve the top-level window decor view (containing the standard window frame/decorations and the client's content inside of that), which can be added as a window to the window manager. |
EnterTransition | Android.Transitions.Transition. Returns the transition 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 starting a new Activity. | |
[read-only] | HasChildren | bool. |
[read-only] | IsActive | bool. |
[read-only] abstract | IsFloating | bool. Return whether this window is being displayed with a floating style (based on the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#windowIsFloating attribute in the style/theme). |
[read-only] abstract | LayoutInflater | LayoutInflater. Quick access to the Android.Views.LayoutInflater instance that this Window retrieved from its Context. |
MediaController | Android.Media.Session.MediaController. Gets the Android.Media.Session.MediaController that was previously set. | |
abstract | NavigationBarColor | Android.Graphics.Color. |
ReenterTransition | Android.Transitions.Transition. Returns the Transition that will be used to move Views in to the scene when returning from a previously-started Activity. | |
ReturnTransition | Android.Transitions.Transition. Returns he Transition that will be used to move Views out of the scene when the Window is preparing to close, for example after a call to Android.App.Activity.FinishAfterTransition. | |
SharedElementEnterTransition | Android.Transitions.Transition. Returns the Transition that will be used for shared elements transferred into the content Scene. | |
SharedElementExitTransition | Android.Transitions.Transition. Returns the Transition to use for shared elements in the launching Window prior to transferring to the launched Activity's Window. | |
SharedElementReenterTransition | Android.Transitions.Transition. Returns the Transition that will be used for shared elements reentering from a started Activity after it has returned the shared element to it start location. | |
SharedElementReturnTransition | Android.Transitions.Transition. Returns the Transition that will be used for shared elements transferred back to a calling Activity. | |
SharedElementsUseOverlay | bool. Returns true when shared elements should use an Overlay during shared element transitions or false when they should animate as part of the normal View hierarchy. | |
abstract | StatusBarColor | Android.Graphics.Color. |
TransitionBackgroundFadeDuration | long. Returns the duration, in milliseconds, of the window background fade when transitioning into or away from an Activity when called with an Activity Transition. | |
TransitionManager | Android.Transitions.TransitionManager. Retrieve the Android.Transitions.TransitionManager responsible for for default transitions in this window. | |
abstract | VolumeControlStream | Android.Media.Stream. |
[read-only] | WindowManager | IWindowManager. Return the window manager allowing this Window to display its own windows. |
[read-only] | WindowStyle | Android.Content.Res.TypedArray. Return the NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#Window attributes from this window's theme. |
[read-only] | Features | int. Return the feature bits that are enabled. |
[read-only] | ForcedWindowFlags | int. Return the window flags that have been explicitly set by the client, so will not be modified by Window.DecorView. |
[read-only] | HasSoftInputMode | bool. Has the app specified their own soft input mode? |
[read-only] | LocalFeatures | int. Return the feature bits that are being implemented by this Window. |
[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. |