SnapLine.AdjustOffset(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.