Label.BorderStyle
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
Label.BorderStyle
Syntax
Label.BorderStyle
Data Type
Use the following constants with this data type:
- 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.
Purpose
Specifies the border style for the control.