Annotation.AllowTextEditing 属性

定义

获取或设置一个标志,该标志指定当最终用户双击批注中的文本时是否可以编辑这些文本。

public:
 virtual property bool AllowTextEditing { bool get(); void set(bool value); };
public virtual bool AllowTextEditing { get; set; }
member this.AllowTextEditing : bool with get, set
Public Overridable Property AllowTextEditing As Boolean

属性值

Boolean

如果可以编辑批注文本,则为 true;否则,为 false

适用于