Share via


TickMarksType 枚举

定义

定义 TickMarksType 枚举。

public enum TickMarksType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum TickMarksType
public readonly struct TickMarksType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType>
type TickMarksType = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type TickMarksType = 
type TickMarksType = struct
    interface IEnumValue
    interface IEnumValueFactory<TickMarksType>
Public Enum TickMarksType
Public Structure TickMarksType
Implements IEnumValue, IEnumValueFactory(Of TickMarksType), IEquatable(Of TickMarksType)
继承
TickMarksType
继承
TickMarksType
属性

字段

TickMarksType(String)

创建新的 TickMarksType 枚举实例

Cross 2

cross。

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

Cross

cross。

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

Equals(Object)
Equals(TickMarksType)
GetHashCode()
In 0

in。

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

In

in。

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

None 3

无。

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

None

无。

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

Equality(TickMarksType, TickMarksType)
Inequality(TickMarksType, TickMarksType)
Out

out。

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

Out 1

out。

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

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

适用于