LPicture object
The LPicture object holds a picture to be displayed on the layer's background. The Layer's background can display unlimited graphics of different sizes and positions. The Picture / ExtraPicture property adds a picture on the layer's background.

For instance, having the following files in the folder C:\Program Files\Exontrol\ExGauge\Sample\Design\Circular\Clock, 

By loading each picture on a layer, we get something like:

The LPicture object supports the following properties and methods:

NameDescription
DisplayAsRetrieves or sets a value that indicates the way how the graphic is displayed on the layer's background.
HeightSpecifies the expression relative to the view/current picture, to determine the height to show the current picture on the background.
LeftSpecifies the expression relative to the view/current picture, to determine the x-position to show the current picture on the background.
NameIndicates the picture to be shown on the layer's background.
OpaqueIndicates if the picture is opaque or transparent.
SelectableReturns or sets a value that indicates whether the picture is selectable.
TopSpecifies the expression relative to the view/current picture, to determine the y-position to show the current picture on the background.
TransparentColorFromSpecifies the transparent color to define transparency part of the current picture (to).
TransparentColorToSpecifies the transparent color to define transparency part of the current picture (to).
ValueIndicates the picture to be shown on the layer's background.
VisibleSpecifies if the picture is shown or hidden on the layer's background.
WidthSpecifies the expression relative to the view/current picture, to determine the width to show the current picture on the background.