CapStyles 枚举
Specifies the type of a PointerCap.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration CapStyles
用法
Dim instance As CapStyles
public enum CapStyles
public enum class CapStyles
type CapStyles
public enum CapStyles
成员
| 成员名称 | 说明 | |
|---|---|---|
| RoundedDark | Specifies that the PointerCap is rounded with a darker shade. | |
| Rounded | Specifies that the PointerCap is rounded. | |
| RoundedLight | Specifies that the PointerCap is rounded with a lighter shade. | |
| RoundedWithAdditionalTop | Specifies that the PointerCap is rounded with an additional rounded top. | |
| RoundedWithWideIndentation | Specifies that the PointerCap is rounded with a wide indentation in the middle. | |
| FlattenedWithIndentation | Specifies that the PointerCap is round but flat with a regular-sized indentation in the middle. | |
| FlattenedWithWideIndentation | Specifies that the PointerCap is round but flat with a wide indentation in the middle. | |
| RoundedGlossyWithIndentation | Specifies that the PointerCap is rounded and glossy with a regular-sized indentation in the middle. | |
| RoundedWithIndentation | Specifies that the PointerCap is rounded with a regular-sized indentation in the middle. |