ClipRectangle object
The ClipRectangle object holds information about an rectangular clip region.

For instance, having the following gauge:

a rectangular clip region over the background layer shows as:

The ClipRectangle property supports the following properties and methods:

NameDescription
HeightSpecifies the height value / expression of the clip, relative to the layer.
InverseClipIndicates whether the current clip object is inverted.
LeftSpecifies the left position / expression of the clip, relative to the layer.
OffsetXSpecifies the x-offset expression / value of the clip, relative to the layer.
OffsetYSpecifies the y-offset expression / value of the clip, relative to the layer.
TopSpecifies the top position / expression of the clip, relative to the layer.
WidthSpecifies the width value / expression of the clip, relative to the layer.