Table of Contents

Class UIKit.UIWindow

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public class UIKit.UIWindow : UIKit.UIView, IDisposable
Inheritance
UIKit.UIWindow
Implements
Derived
Inherited Members

Constructors

UIWindow()

public UIWindow()

UIWindow(nint)

public UIWindow(nint id)

Parameters

id nint

Fields

BackgroundColorProp

public static readonly ObjC.Prop.NInt BackgroundColorProp

Field Value

ObjC.Prop.NInt

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

MakeKeyAndVisibleSel

public static readonly ObjC.Sel MakeKeyAndVisibleSel

Field Value

ObjC.Sel

RootViewControllerProp

public static readonly ObjC.Prop.NInt RootViewControllerProp

Field Value

ObjC.Prop.NInt

Properties

RootViewController

public UIKit.UIViewController RootViewController { get; set; }

Property Value

UIKit.UIViewController

Methods

MakeKeyAndVisible()

public void MakeKeyAndVisible()