TPictureBoxOffsetY Property

Gets or sets the scroll offset along Y axis.

Definition

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

Property Value

Int32

Implements

ITouchable.OffsetY

Remarks

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

It is the implementation of ITouchable interface.

See Also