property Gauge.AllowSmoothChange as SmoothPropertyEnum
Specifies the properties of the layers that support smooth change.

TypeDescription
SmoothPropertyEnum A SmoothPropertyEnum expression the properties of the layer that can be changed gradually.
By default, the AllowSmoothChange property is exLayerTransparency | exLayerBrightness | exLayerContrast. Use the AllowSmoothChange property to disable changing gradually any brightness / contrast or the transparency, of the layer. For instance, a gradually change means that you can change the layer's transparency from 0 to 50 in a short time, with intermediate values ( smooth change ). 

The AllowSmoothChange property changes gradually one / or more properties like follow:

The MouseIn / MouseOut event notifies your application when the cursor is entering / leaving the layer. The MouseMove event is generated continually as the mouse pointer moves across objects. The AllowSmoothChange property specifies the properties of the layers that support smooth change. For instance, you can use the MouseIn / MouseOut event to change gradually the brightness / contrast or the transparency, of the layer, while the AllowSmoothChange property is not exSmoothChangeless.