Прочитать на английском Изменить

Поделиться через


SnapLine.AdjustOffset(Int32) Method

Definition

Adjusts the Offset property of the snapline.

C#
public void AdjustOffset(int adjustment);

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