panel的bevelouter属性何用(50分)

  • 主题发起人 主题发起人 草籽
  • 开始时间 开始时间
让你的界面漂亮一点
 
与BevelInner,BevelWidth配合使用,效果多多
 
因为panel也属于控件容器,所以有时他要将多个控件合并的象一个控件时,此
属性非常有用
 
panel 外边的宽:?)
 
对,是panel的外边框。
 
Determines the style of the outer bevel of a panel.

type TPanelBevel = TBevelCut;
property BevelInner: TPanelBevel;

TCustomPanel.BevelOuter

Description

Use BevelOuter to provide the panel with a three-dimensional bevelled look. A panel component has two bevels, an outer bevel drawn next to the border of the control, and an inner bevel drawn inside the outer bevel, separated by the number of pixels specified in the BorderWidth property. The width of the outer bevel is specified in the BevelWidth property in pixels.
 
多人接受答案了。
 
后退
顶部