DesignerConfigurationService.AnnotationEnabled プロパティ

定義

フローチャート デザイナーとステート マシン デザイナーに対して注釈が有効になっているかどうかを示す値を取得または設定します。

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

プロパティ値

注釈が有効になっている場合は true。それ以外の場合は false

適用対象