Edit

Share via


iPhoneOSGameView.WindowState Property

Definition

Gets or states the state of the view.

public virtual OpenTK.WindowState WindowState { get; set; }
member this.WindowState : OpenTK.WindowState with get, set

Property Value

A WindowState value specifying the state of the window.

Implements

Exceptions

The instance has had Dispose(Boolean) invoked on it.

Remarks

Only two values will be returned: Fullscreen and Normal.

Fullscreen is returned if the WantsFullScreenLayout property of the UIViewController attached to this view is true; otherwise, Normal is returned.

Applies to