Annotation.IsSelected 属性
定义
获取或设置用于确定是否已选择批注的标志。Gets or sets a flag that determines if an annotation is selected.
public:
virtual property bool IsSelected { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsSelected { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSelected : bool with get, set
Public Overridable Property IsSelected As Boolean
属性值
如果已选择批注,则为 true
;否则,为 false
。true
if the annotation is selected; otherwise, false
.
- 属性