SnapLine.AdjustOffset(Int32) Method

Definition

Adjusts the Offset property of the snapline.

public:
 void AdjustOffset(int adjustment);
public void AdjustOffset (int adjustment);
member this.AdjustOffset : int -> unit
Public Sub AdjustOffset (adjustment As Integer)

Parameters

adjustment
Int32

The number of pixels to change the snapline offset by.

Remarks

The offset of a snapline is the distance, in pixels, that the snapline is located from the associated control's upper-left origin. Although the offset can be set to any integer value, typically the snaplines retain the spatial relationships implied by their SnapLineType property value.

Applies to

See also