DesignerConfigurationService.AnnotationEnabled プロパティ

定義

フローチャート デザイナーと StateMachine デザイナーに対して注釈が有効かどうかを示す値を取得または設定します。

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

適用対象