BorderStyles
- 更新时间2025-07-21
- 阅读时长1分钟
BorderStyles
Use these constants with Label.BorderStyle to specify the border style of the control.
- BorderStyle_Fixed3D –(Value: 1) Specifies that the control draws a three-dimensional border.
- BorderStyle_FixedSingle –(Value: 2) Specifies that the control draws a single-line border.
- BorderStyle_NoBorder –(Value: 0) Specifies that the control does not draw a border.