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

For instance, having the following gauge:

a round rectangular clip region over the background layer shows as:

The ClipRoundRectangle 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.
RoundRadiusXSpecifies the x-radius value / expression of the round corner, relative to the layer.
RoundRadiusYSpecifies the y-radius value / expression of the round corner, 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.