ConnectorPointValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Auto | 0 | 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". |
Center | 2 | Center. When the item is serialized out as xml, its value is "ctr". |
MiddleLeft | 3 | 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". |
TopCenter | 5 | Top Center. When the item is serialized out as xml, its value is "tCtr". |
BottomLeft | 6 | 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". |
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". |
Radial | 10 | Radial. When the item is serialized out as xml, its value is "radial". |
Auto | Auto. When the item is serialized out as xml, its value is "auto". |
|
BottomCenter | Bottom Center. When the item is serialized out as xml, its value is "bCtr". |
|
BottomLeft | Bottom Left. When the item is serialized out as xml, its value is "bL". |
|
BottomRight | Bottom Right. When the item is serialized out as xml, its value is "bR". |
|
Center | Center. When the item is serialized out as xml, its value is "ctr". |
|
ConnectorPointValues(String) | Creates a new ConnectorPointValues enum instance |
|
Equality(ConnectorPointValues, ConnectorPointValues) | ||
Equals(ConnectorPointValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ConnectorPointValues>.Create(String) | ||
Inequality(ConnectorPointValues, ConnectorPointValues) | ||
MiddleLeft | Middle Left. When the item is serialized out as xml, its value is "midL". |
|
MiddleRight | Middle Right. When the item is serialized out as xml, its value is "midR". |
|
Radial | Radial. When the item is serialized out as xml, its value is "radial". |
|
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". |
|
TopRight | Top Right. When the item is serialized out as xml, its value is "tR". |
|
ToString() |