PopupWindow.WindowLayoutType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the layout type for this window. -or- Set the layout type for this window.
public virtual Android.Views.WindowManagerTypes WindowLayoutType { [Android.Runtime.Register("getWindowLayoutType", "()I", "GetGetWindowLayoutTypeHandler", ApiSince=23)] get; [Android.Runtime.Register("setWindowLayoutType", "(I)V", "GetSetWindowLayoutType_IHandler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getWindowLayoutType", "()I", "GetGetWindowLayoutTypeHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setWindowLayoutType", "(I)V", "GetSetWindowLayoutType_IHandler", ApiSince=23)>]
member this.WindowLayoutType : Android.Views.WindowManagerTypes with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the layout type for this window.
Java documentation for android.widget.PopupWindow.getWindowLayoutType()
.
Property setter documentation:
Set the layout type for this window.
See WindowManager.LayoutParams#type
for possible values.
Java documentation for android.widget.PopupWindow.setWindowLayoutType(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.