Table of Contents

Class AppKit.NSViewController

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll
public class AppKit.NSViewController : AppKit.NSResponder, IDisposable
Inheritance
AppKit.NSViewController
Implements
Derived
Inherited Members

Constructors

NSViewController()

public NSViewController()

NSViewController(nint)

public NSViewController(nint id)

Parameters

id nint

Fields

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

Properties

PreferredContentSize

public Foundation.NSSize PreferredContentSize { get; set; }

Property Value

Foundation.NSSize

View

public AppKit.NSView View { get; set; }

Property Value

AppKit.NSView