AnnotationGroup.IsSelected Propriedade
Definição
Obtém ou define um sinalizador que determina se uma anotação está selecionada.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 override bool IsSelected { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSelected : bool with get, set
Public Overrides Property IsSelected As Boolean
Valor da propriedade
true se a anotação for selecionada; caso contrário, false .true if the annotation is selected; otherwise, false.
- Atributos