Share via


PenTipShapeValues 枚举

定义

定义 PenTipShapeValues 枚举。

public enum PenTipShapeValues
public readonly struct PenTipShapeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.PenTipShapeValues>, IEquatable<DocumentFormat.OpenXml.InkML.PenTipShapeValues>
type PenTipShapeValues = 
type PenTipShapeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PenTipShapeValues>
Public Enum PenTipShapeValues
Public Structure PenTipShapeValues
Implements IEnumValue, IEnumValueFactory(Of PenTipShapeValues), IEquatable(Of PenTipShapeValues)
继承
PenTipShapeValues
继承
PenTipShapeValues

字段

PenTipShapeValues(String)

创建新的 PenTipShapeValues 枚举实例

Drop

下降。

将项序列化为 xml 时,其值为“drop”。

Drop 2

下降。

将项序列化为 xml 时,其值为“drop”。

Ellipse 0

椭圆。

当项序列化为 xml 时,其值为“ellipse”。

Ellipse

椭圆。

当项序列化为 xml 时,其值为“ellipse”。

Equals(PenTipShapeValues)
Equals(Object)
GetHashCode()
Equality(PenTipShapeValues, PenTipShapeValues)
Inequality(PenTipShapeValues, PenTipShapeValues)
Rectangle

矩形。

当项序列化为 xml 时,其值为“rectangle”。

Rectangle 1

矩形。

当项序列化为 xml 时,其值为“rectangle”。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PenTipShapeValues>.Create(String)

适用于