XMinMode Property

The XMinMode property returns or sets the X minimum clipping mode. Returns a Long.

Syntax

object.XMinMode

object.XMinMode = XMinMode

 

Parameter Type Description
XMinMode Long required, grfClipping

 

Example

This example shows how to set the X clipping mode to none.

Bar1.Clipping.XMinMode = grfClipNone

 

Used by: AutoClipping object