The members of System.Windows.Forms.Design.Behavior.SnapLine are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Windows.Forms.Design.Behavior.SnapLine class using the specified snapline type and offset. | ||
Initializes a new instance of the System.Windows.Forms.Design.Behavior.SnapLine class using the specified snapline type, offset, and filter name. | ||
Initializes a new instance of the System.Windows.Forms.Design.Behavior.SnapLine class using the specified snapline type, offset, and priority. | ||
Initializes a new instance of the System.Windows.Forms.Design.Behavior.SnapLine class using the specified snapline type, offset, filter name, and priority. |
[read-only] | Filter | string.
Gets the programmer-defined filter category associated with this snapline. |
[read-only] | IsHorizontal | bool.
Gets a value indicating whether the snapline has a horizontal orientation. |
[read-only] | IsVertical | bool.
Gets a value indicating whether the snapline has a vertical orientation. |
[read-only] | Offset | int.
Gets the number of pixels that the snapline is offset from the origin of the associated control. |
[read-only] | Priority | SnapLinePriority.
Gets a value indicating the relative importance of the snapline. |
[read-only] | SnapLineType | SnapLineType.
Gets the type of a snapline, which indicates the general location and orientation. |
AdjustOffset(int)
| ||
static | ShouldSnap(SnapLine, SnapLine)
| |
override | ToString()
|