TPictureBoxOffsetX Property

Gets or sets the scroll offset along X axis.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public int OffsetX { get; set; }

Property Value

Int32

Implements

ITouchable.OffsetX

Remarks

The scroll offset defines how far if the left edge of the PNG image positioned from the left edge of TPictureBox.

It is the implementation of ITouchable interface.

See Also