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

適用対象