BorderStyles 枚举
Specifies the style of a Border.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration BorderStyles
用法
Dim instance As BorderStyles
public enum BorderStyles
public enum class BorderStyles
type BorderStyles
public enum BorderStyles
成员
成员名称 | 说明 | |
---|---|---|
Default | The default style, which is the same as Solid if within a Line and None otherwise. | |
None | No border is drawn. | |
Dotted | A dotted line. | |
Dashed | A dashed line. | |
Solid | A solid line. | |
Double | A double solid line. | |
DashDot | A dash-dot pattern line. | |
DashDotDot | A dash-dot-dot pattern line. |