Type | Description | |||
Clip | A Clip object that helps you to clip the current layer. |
Any of the following properties ( or combination of them ) can be used to do the clipping:
The Type property specifies the type of the clipping the current layer supports. For instance LayerClipTypeEnum.exLayerClipPie | LayerClipTypeEnum.exLayerClipRectangle specifies that a pie and rectangle clippings are combined together. The Value property of the Clip indicates the value to be applied to the current clipping object to define a new shape based on the value. For instance, you may want to define a value from 0 to 100, for a circle, and for 50 to show a half of circle, for 25, a quarter of circle ( pie ), and so on.
Having the following layer:
By clipping, we can get something like follows:
and if we display the entire gauge here's what we get: