AnnotationGroup.AllowTextEditing 属性

定义

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

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

属性值

Boolean

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

适用于