言語

FreeformActivityDesigner.ShowConnectorsInForeground プロパティ

定義

FreeformActivityDesignerがデザイン サーフェイスの前面にコネクタを描画するかどうかを示す値を取得します。

protected:
 virtual property bool ShowConnectorsInForeground { bool get(); };
protected virtual bool ShowConnectorsInForeground { get; }
member this.ShowConnectorsInForeground : bool
Protected Overridable ReadOnly Property ShowConnectorsInForeground As Boolean

プロパティ値

true FreeformActivityDesignerがデザイン サーフェイスの前面にコネクタを描画する場合は。それ以外の場合はfalse。 既定値は false です。

注釈

FreeformActivityDesignerから派生するクラスでオーバーライドされない限り、ShowConnectorsInForegroundは常にfalseを返します。

適用対象