AnnotationGroup.Visible Propriedade
Definição
Obtém ou define um sinalizador que indica se a anotação é visível.Gets or sets a flag that indicates whether the annotation is visible.
public:
virtual property bool Visible { bool get(); void set(bool value); };
public override bool Visible { get; set; }
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean
Valor da propriedade
true se a anotação estiver visível; caso contrário, false .true if the annotation is visible; otherwise,false.