property Clip.Type as LayerClipTypeEnum
Specifies the type of the clipping the current layer supports.

TypeDescription
LayerClipTypeEnum A LayerClipTypeEnum expression that specifies the combination of clipping objects that currently is applied on the layer.
By default, the Type property is exLayerClipEmpty, which indicates that no clipping is applied to the layer. The Type property can be a combination of any flag of LayerClipTypeEnum type, which indicates intersection of the clipping objects will be applied on the layer. The Type property is automatically updated as soon as any property of any clipping object is invoked. In other words, if RadiusY property of the ClipPie object is called, the Type property includes automatically the exLayerClipPie. You can use the Type property to apply / prevent clipping to be applied on the specified layer. For instance, set the Type property on exLayerClipEmpty to prevent applying any clipping on the current layer. Changing the Type property at runtime, does not remove any clipping property of any clipping object.