CapStyles 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PointerCapの種類を指定します。
public enum class CapStyles
public enum CapStyles
type CapStyles =
Public Enum CapStyles
- 継承
-
CapStyles
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| RoundedDark | 0 | そのタイプはRoundedDarkです。 |
| Rounded | 1 | タイプは丸みを帯びています。 |
| RoundedLight | 2 | そのタイプはRoundedLightです。 |
| RoundedWithAdditionalTop | 3 | そのタイプはRoundedWithAdditionalTopです。 |
| RoundedWithWideIndentation | 4 | このタイプはRoundedWithWideIndentationです。 |
| FlattenedWithIndentation | 5 | タイプはFlattenedWithIndentationです。 |
| FlattenedWithWideIndentation | 6 | このタイプはFlattenedWithWideIndentationです。 |
| RoundedGlossyWithIndentation | 7 | タイプはRoundedGlossyWithIndentationです。 |
| RoundedWithIndentation | 8 | このタイプはRoundedWithIndentationです。 |