NoteVisibilityChangedPreviewEventArgs.IsVisible Property

Definition

Indicates whether the note (specified by ViewId property) is visible on the device screen.

public:
 property bool IsVisible { bool get(); };
bool IsVisible();
public bool IsVisible { get; }
var boolean = noteVisibilityChangedPreviewEventArgs.isVisible;
Public ReadOnly Property IsVisible As Boolean

Property Value

Boolean

bool

true if note is visible, false if note is hidden.

Applies to