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.
定数 |
説明 |
---|---|
BtSquare |
Specifies that a rectangular label has sharp corners.This property is valid with the PageSetup.LabelCorners property. |
BtRectangle |
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. |
BtEllipse |
Specifies that the label is elliptical.This property is valid with the PageSetup.LabelShape property. |
関連トピック