言語

CapStyles 列挙型

定義

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です。

適用対象