次の方法で共有


ControlDesigner.SnapLines プロパティ

定義

このコントロールの有効な配置ポイントを表す SnapLine オブジェクトの一覧を取得します。

public:
 virtual property System::Collections::IList ^ SnapLines { System::Collections::IList ^ get(); };
public virtual System.Collections.IList SnapLines { get; }
member this.SnapLines : System.Collections.IList
Public Overridable ReadOnly Property SnapLines As IList

プロパティ値

IList

このコントロールの有効な配置ポイントを表す SnapLine オブジェクトの一覧。

注釈

提供 SnapLine されているオブジェクトを使用して、コントロールをデザイン サーフェイスに配置できます。

適用対象