次の方法で共有


DesignerConfigurationService.AutoSurroundWithSequenceEnabled プロパティ

定義

シーケンスによる自動囲い込みが有効かどうかを示す値を取得または設定します。

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

プロパティ値

シーケンスによる自動囲い込みが有効になっている場合は true。それ以外の場合は false

適用対象