Share via


StartingElementValues Enum

Definition

Starting Element

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

Fields

Name Value Description
Node 0

Node.

When the item is serialized out as xml, its value is "node".

Transition 1

Transition.

When the item is serialized out as xml, its value is "trans".

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

Node.

When the item is serialized out as xml, its value is "node".

StartingElementValues(String)

Creates a new StartingElementValues enum instance

ToString()
Transition

Transition.

When the item is serialized out as xml, its value is "trans".

Applies to