constants LayerClipTypeEnum
The LayerClipTypeEnum type specifies the clipping types currently any layer can support. The Type property specifies the type of the clipping the current layer supports. The Type property can be any combination of the following flags, which indicates intersection of them. The LayerClipTypeEnum type supports the following value:

NameValueDescription
exLayerClipEmpty0 No clipping is applied to the layer.
exLayerClipRectangle1 Indicates that the ClipRectangle is applied on the layer.
exLayerClipRoundRectangle2 Indicates that the ClipRoundRectangle is applied on the layer.
exLayerClipEllipse4 Indicates that the ClipEllipse is applied on the layer.
exLayerClipPie8 Indicates that the ClipPie is applied on the layer.
exLayerClipPolygon16 Indicates that the ClipPolygon is applied on the layer.
exLayerClipPicture32 Indicates that the ClipPicture is applied on the layer.