Edit

Share via


iPhoneOSGameView.WindowBorder Property

Definition

Always returns Hidden.

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

Property Value

A WindowBorder value controlling the border of the view.

Implements

Exceptions

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

Remarks

Always returns Hidden.

The setter is ignored.

Applies to