Constantes BtShape

When the LabelShape property is in use, it must always be set to a BtShape constant. Furthermore, when the LabelCorners property is in use and the PageSetup.LabelShape property is BtRectangle, the LabelCorners property must also be set to a BtShape constant.

The following constants are available.

Constante

Descripción

BtCuadradas

Specifies that a rectangular label has sharp corners. This property is valid with the PageSetup.LabelCorners property.

BtRectángulo

Specifies that the label is rectangle-shaped. This property is valid with the PageSetup.LabelShape property.

BtRound

Specifies that a rectangular label has rounded corners. This property is valid with the PageSetup.LabelCorners property.

BtElipse

Specifies that the label is elliptical. This property is valid with the PageSetup.LabelShape property.

Temas relacionados