共用方式為


CapStyles Enum

Definition

Specifies the type of a PointerCap.

public enum class CapStyles
public enum CapStyles
type CapStyles = 
Public Enum CapStyles
Inheritance
CapStyles

Fields

Name Value Description
RoundedDark 0

The type is RoundedDark.

Rounded 1

The type is Rounded.

RoundedLight 2

The type is RoundedLight.

RoundedWithAdditionalTop 3

The type is RoundedWithAdditionalTop.

RoundedWithWideIndentation 4

The type is RoundedWithWideIndentation.

FlattenedWithIndentation 5

The type is FlattenedWithIndentation.

FlattenedWithWideIndentation 6

The type is FlattenedWithWideIndentation.

RoundedGlossyWithIndentation 7

The type is RoundedGlossyWithIndentation.

RoundedWithIndentation 8

The type is RoundedWithIndentation.

Applies to