Type | Description | |||
Variant |
The Name property could be one of the following:
|
By default, the Name / Value property is initialized by evaluating the control's PicturesName property, whose value keyword is replaced by the Index of the current layer. The Name / Value property are equivalents, so use any of them do the same.
The control supports almost all type of pictures like
If using the PNG format, the control handles automatically its transparency / alpha blending, unless the Opaque property is True. For any other picture type, you can use any of the following to define the transparent region of the picture:
The picture is displayed on the layer's background if both of the following:
are accomplished.
The following properties can be used to load / import ( manually or automatically ) pictures to the layer's background:
The PicturesPath / PicturesName properties can be used to automatically loads files from a specified folder to be displayed on the layer's background.
For instance,
PicturesPath = "C:\Program Files\Exontrol\ExGauge\Sample\Design\Circular\Knob", defines default folder to load pictures from.
PicturesName = "`Layer` + str(value + 1) + `.png`", defines the name of the picture file to be loaded by the layer with the index / value. It defines the names as: Layer1.png for the layer with the index 0, Layer2.png for the layer with the index 1, Layer3.png for the layer with the index 2, and so on.
The Picture.Name / Picture.Value property of the Picture object loads a picture / graphics to be displayed on the layer's background.
The following properties can be used to move / resize the picture on the layer's background: