VisibilityChangedEventArgs.Visible Property

Definition

Gets whether the window is visible or not.

public:
 property bool Visible { bool get(); };
bool Visible();
public bool Visible { get; }
var boolean = visibilityChangedEventArgs.visible;
Public ReadOnly Property Visible As Boolean

Property Value

Boolean

bool

True if the window is visible; otherwise, false.

Applies to