Represents bevel drawing styles.
Source position: graphtype.pp line 50
type TGraphicsBevelCut = ( |
||
bvNone, |
|
The bevel is not drawn. |
bvLowered, |
|
The bevel is drawn with a lowered or inset appearance. |
bvRaised, |
|
The bevel is drawn with a raised or outset appearance. |
bvSpace |
|
The bevel is drawn as a space using the required width, neither inset nor outset. |
); |
| Version 4.4 | Generated 2025-11-08 | Home |