Type | Description | |||
SmoothPropertyEnum | A SmoothPropertyEnum expression the properties of the layer that can be changed gradually. |
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.