property Gauge.LayerUpdate as LayerUpdateEnum
Specifies where the control updates its content.

TypeDescription
LayerUpdateEnum A LayerUpdateEnum expression that specifies where the control updates its content.
By default, the LayerUpdate property property is exLayerUpdateControl, which indicates that the control's content is shown on the control itself ( no effect ). The LayerUpdate property indicates where the control's content is updated. The control support transparent form, or in other words, displaying the control's itself without its form behind. The AllowMoveOnClick property allows moving the window that contains the control to a new position, as you would do by clicking the form's title/caption. The LayerClipTo property specifies the index of the layer that clips the entire control to.

In order to make your eXGauge control to display a widget, ( no form behind or form transparent ), you need to use the following properties:

In order to make your eXGauge library to display a transparent-control inside your form/dialog/window/child, you need to use the following properties:

The control installs the 

The following screen shot shows the control on a transparent form (exLayerUpdateScreeen):

The following screen shot shows the transparent-control on form (exLayerUpdateParent ):