[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |