NoteVisibilityChangedPreviewEventArgs.IsVisible 属性

定义

指示由 ViewId 属性) 指定的注释 (在设备屏幕上是否可见。

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

属性值

Boolean

bool

如果注释可见,则为 true;如果隐藏注释,则为 false

适用于