iPhoneOSGameView.Visible Property

Definition

Gets or sets a value specifying whether the view is visible.

public virtual bool Visible { get; set; }
member this.Visible : bool with get, set

Property Value

A Boolean specifying whether the view is visible.

Implements

Exceptions

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

Remarks

This is equivalent to !Hidden.

Applies to