SnapLine.Offset Property
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.
Gets the number of pixels that the snapline is offset from the origin of the associated control.
public:
property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer
Property Value
The offset, in pixels, of the snapline.
Remarks
The origin of a control is the upper-left point of the control. A single offset can describe the position of a snapline, because vertical snaplines may have only a nonzero x-axis offset, whereas horizontal snaplines may only have a nonzero y-axis offset.
The Offset property is initialized at construction time, but it can be changed thereafter with the AdjustOffset method.