Share via


ConnectorPointValues Enum

Definition

Connector Point

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

Fields

ConnectorPointValues(String)

Creates a new ConnectorPointValues enum instance

Auto 0

Auto.

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

Auto

Auto.

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

BottomCenter 1

Bottom Center.

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

BottomCenter

Bottom Center.

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

BottomLeft 6

Bottom Left.

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

BottomLeft

Bottom Left.

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

BottomRight 7

Bottom Right.

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

BottomRight

Bottom Right.

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

Center 2

Center.

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

Center

Center.

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

Equals(ConnectorPointValues)
Equals(Object)
GetHashCode()
MiddleLeft 3

Middle Left.

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

MiddleLeft

Middle Left.

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

MiddleRight 4

Middle Right.

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

MiddleRight

Middle Right.

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

Equality(ConnectorPointValues, ConnectorPointValues)
Inequality(ConnectorPointValues, ConnectorPointValues)
Radial 10

Radial.

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

Radial

Radial.

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

TopCenter 5

Top Center.

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

TopCenter

Top Center.

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

TopLeft

Top Left.

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

TopLeft 8

Top Left.

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

TopRight 9

Top Right.

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

TopRight

Top Right.

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

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

Applies to