Ouvrir la rubrique avec les liens de navigation
| 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 | Description | 
|---|---|
| bttCarrés | Specifies that a rectangular label has sharp corners. This property is valid with the PageSetup.LabelCorners property. | 
| btRectangle | Specifies that the label is rectangular 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. | 
| btEllipse | Specifies that the label is elliptical. This property is valid with the PageSetup.LabelShape property. | 
Rubriques connexes