BtShape-Konstanten |
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:
Konstante |
Beschreibung |
---|---|
BtEckig |
Specifies that a rectangular label has sharp corners. This property is valid with the PageSetup.LabelCorners property. |
BtRechteck |
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. |
Verwandte Themen