Share via


PathShadeValues 枚举

定义

路径阴影类型

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

字段

PathShadeValues(String)

创建新的 PathShadeValues 枚举实例

Circle 1

圆形。

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

Circle

圆形。

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

Equals(PathShadeValues)
Equals(Object)
GetHashCode()
Equality(PathShadeValues, PathShadeValues)
Inequality(PathShadeValues, PathShadeValues)
Rectangle 2

矩形。

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

Rectangle

矩形。

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

Shape

形状。

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

Shape 0

形状。

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

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

适用于