[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TGraphicsBevelCut

Represents bevel drawing styles.

Declaration

Source position: graphtype.pp line 48

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 3.2 Generated 2024-02-25 Home