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 개체를 사용하여 디자인 화면에서 컨트롤의 위치를 지정할 수 있습니다.

적용 대상