Annotation.AllowAnchorMoving Propriedade
Definição
Obtém ou define um sinalizador que especifica se o usuário final tem permissão para mover a âncora de anotação usando um mouse.Gets or sets a flag that specifies whether the end user is allowed to move the annotation anchor using a mouse.
public:
virtual property bool AllowAnchorMoving { bool get(); void set(bool value); };
public virtual bool AllowAnchorMoving { get; set; }
member this.AllowAnchorMoving : bool with get, set
Public Overridable Property AllowAnchorMoving As Boolean
Valor da propriedade
true se a âncora de anotação puder ser movida; caso contrário, false .true if the annotation anchor may be moved; otherwise, false.