iPhoneOSGameView.WindowBorder 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.
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.