Annotation.IsSelected 属性

定义

获取或设置用于确定是否已选择批注的标志。

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

属性值

Boolean

如果已选择批注,则为 true;否则,为 false

属性

适用于