CapStyles 列挙体
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 | PointerCap には丸みがあり、濃い網掛けがあることを指定します。 | |
Rounded | PointerCap には丸みがあることを指定します。 | |
RoundedLight | PointerCap には丸みがあり、薄い網掛けがあることを指定します。 | |
RoundedWithAdditionalTop | PointerCap には丸みがあり、上部にも丸みがあることを指定します。 | |
RoundedWithWideIndentation | PointerCap には丸みがあり、中央に幅の広い刻みがあることを指定します。 | |
FlattenedWithIndentation | PointerCap には丸みがあり、中央は平坦で通常のサイズの刻みがあることを指定します。 | |
FlattenedWithWideIndentation | PointerCap には丸みがあり、中央は平坦で幅の広い刻みがあることを指定します。 | |
RoundedGlossyWithIndentation | PointerCap には丸みと光沢があり、中央に通常のサイズの刻みがあることを指定します。 | |
RoundedWithIndentation | PointerCap には丸みがあり、中央に通常のサイズの刻みがあることを指定します。 |