共用方式為


SnapLine 建構函式

定義

初始化 SnapLine 類別的新執行個體。

多載

SnapLine(SnapLineType, Int32)

使用指定的對齊線類型和位移,初始化 SnapLine 類別的新執行個體。

SnapLine(SnapLineType, Int32, String)

使用指定的對齊線類型、位移和篩選條件名稱,初始化 SnapLine 類別的新執行個體。

SnapLine(SnapLineType, Int32, SnapLinePriority)

使用指定的對齊線類型、位移和優先權,初始化 SnapLine 類別的新執行個體。

SnapLine(SnapLineType, Int32, String, SnapLinePriority)

使用指定的對齊線類型、位移、篩選條件名稱和優先權,初始化 SnapLine 類別的新執行個體。

備註

您應該只明確建立貼齊線,以取代或補充視覺化設計工具所提供的預設貼齊線行為。 若要建立貼齊線,您應該實例對齊線,然後將它新增至 SnapLines 類別的 ControlDesigner 屬性。

SnapLine(SnapLineType, Int32)

使用指定的對齊線類型和位移,初始化 SnapLine 類別的新執行個體。

public:
 SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer)

參數

type
SnapLineType

要建立的 SnapLineType。 描述對齊線的相對位置和方向。

offset
Int32

以像素計算的對齊線位置,相對於擁有的控制項的左上方原點。

備註

這個建構函式會將 屬性設定為 nullFilter 並將 Priority 屬性設定為 Low

另請參閱

適用於

SnapLine(SnapLineType, Int32, String)

使用指定的對齊線類型、位移和篩選條件名稱,初始化 SnapLine 類別的新執行個體。

public:
 SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset, System::String ^ filter);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, string filter);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int * string -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer, filter As String)

參數

type
SnapLineType

要建立的 SnapLineType。 描述對齊線的相對位置和方向。

offset
Int32

以像素計算的對齊線位置,相對於擁有的控制項的左上方原點。

filter
String

String,用於指定程式設計人員定義的對齊線分類。

備註

這個建構函式會將 Priority 屬性設定為 Low

另請參閱

適用於

SnapLine(SnapLineType, Int32, SnapLinePriority)

使用指定的對齊線類型、位移和優先權,初始化 SnapLine 類別的新執行個體。

public:
 SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset, System::Windows::Forms::Design::Behavior::SnapLinePriority priority);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, System.Windows.Forms.Design.Behavior.SnapLinePriority priority);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int * System.Windows.Forms.Design.Behavior.SnapLinePriority -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer, priority As SnapLinePriority)

參數

type
SnapLineType

要建立的 SnapLineType。 描述對齊線的相對位置和方向。

offset
Int32

以像素計算的對齊線位置,相對於擁有的控制項的左上方原點。

priority
SnapLinePriority

對齊線的 SnapLinePriority

備註

這個建構函式會將 Filter 屬性設定為 null

另請參閱

適用於

SnapLine(SnapLineType, Int32, String, SnapLinePriority)

使用指定的對齊線類型、位移、篩選條件名稱和優先權,初始化 SnapLine 類別的新執行個體。

public:
 SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset, System::String ^ filter, System::Windows::Forms::Design::Behavior::SnapLinePriority priority);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, string filter, System.Windows.Forms.Design.Behavior.SnapLinePriority priority);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int * string * System.Windows.Forms.Design.Behavior.SnapLinePriority -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer, filter As String, priority As SnapLinePriority)

參數

type
SnapLineType

要建立的 SnapLineType。 描述對齊線的相對位置和方向。

offset
Int32

以像素計算的對齊線位置,相對於擁有的控制項的左上方原點。

filter
String

String,用於指定程式設計人員定義的對齊線分類。

priority
SnapLinePriority

對齊線的 SnapLinePriority

備註

這個建構函式會將貼齊線的所有屬性設定為程式設計人員提供的值。

另請參閱

適用於