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

字段

名称 说明
Ellipse 0

椭圆。

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

Rectangle 1

矩形。

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

Drop 2

落。

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

Drop

落。

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

Ellipse

椭圆。

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

Equality(PenTipShapeValues, PenTipShapeValues)
Equals(Object)
Equals(PenTipShapeValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PenTipShapeValues>.Create(String)
Inequality(PenTipShapeValues, PenTipShapeValues)
PenTipShapeValues(String)

创建新的 PenTipShapeValues 枚举实例

Rectangle

矩形。

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

ToString()

适用于