[Overview][Types][Classes][Procedures and functions][Index] |
Alias for the TBevelCut type.
Source position: extctrls.pp line 1062
type TPanelBevel = TBevelCut; |
TPanelBevel is an alias to the TBevelCut type. TPanelBevel is the type used to implement the BevelInner and BevelOuter properties in TCustomPanel.
|
BevelInner - determines the nature of the Inner Bevel of the panel (whether raised, lowered etc) |
|
|
BevelOuter - determines the nature of the Outer Bevel of the panel (whether raised, lowered etc) |
|
|
Alias for the TGraphicsBevelCut type. |