次の方法で共有


BendPointValues 列挙型

定義

ベンド ポイント

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

フィールド

名前 説明
Beginning 0

開始。

項目を xml としてシリアル化されるときに、その値は "beg" です。

Default 1

既定値。

項目を xml としてシリアル化されるときに、その値は "def" です。

End 2

終わり。

項目を xml としてシリアル化されるときに、その値は "end" です。

Beginning

開始。

項目を xml としてシリアル化されるときに、その値は "beg" です。

BendPointValues(String)

新しい BendPointValues 列挙型インスタンスを作成します

Default

既定値。

項目を xml としてシリアル化されるときに、その値は "def" です。

End

終わり。

項目を xml としてシリアル化されるときに、その値は "end" です。

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

適用対象