property Clip.Rectangle as ClipRectangle
Gets access to the layer's rectangle clip object.

TypeDescription
ClipRectangle A ClipRectangle object that holds information about rectangular clip region
The Rectangle property gets access to the layer's rectangular clip object.

The following screen shot shows properties of the clipping objects relative to the layer (InverseClip property is False, by default):

The following screen shot shows properties of the clipping objects relative to the layer (InverseClip property is True):

To define or specify the position / size of the rectangular clip object you can use any of the following properties:

To move the clipping region you can use any of the following properties:

If none of these properties are calling no clipping is applied to layer.

The InverseClip property inverses the current clipping region, so anything that was included in the clipping region will be excluded, and reverse.

For instance, having the following gauge:

a rectangular clip region over the background layer shows as: