Annotation.IsSelected Property

Definition

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

Property Value

true if the annotation is selected; otherwise, false.

Attributes

Applies to