This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.BackgroundImageOffset Property

Gets/sets an offset at which the background image should be moved from the top left corner of a thumbnail region.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property BackgroundImageOffset As Point
C#
public Point BackgroundImageOffset { get; set; }

Property Value

An offset at which the background image should be moved from the top left corner of a thumbnail region, in pixels.

See Also

Reference