[]
Specifies the Field’s border style.
public enum BorderStyleEnum
Use the members of this enumeration to set the value of the BorderStyle property in the Field class.
Name | Description |
---|---|
Dash | Dashed border. |
DashDot | Dash-dot border. |
DashDotDot | Dash-dot-dot border. |
Dot | Dotted border. |
None | No border. |
Solid | Solid border. |
Transparent | No border, same as None, added for backward compatibility. |