ConnectorPointValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
连接器点
public enum ConnectorPointValuespublic 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 ConnectorPointValuesPublic Structure ConnectorPointValues
Implements IEnumValue, IEnumValueFactory(Of ConnectorPointValues), IEquatable(Of ConnectorPointValues)- 继承
- 
				ConnectorPointValues
- 继承
- 
				ConnectorPointValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Auto | 0 | 自动。 当项序列化为 xml 时,其值为“auto”。 | 
| BottomCenter | 1 | 底部居中。 当项序列化为 xml 时,其值为“bCtr”。 | 
| Center | 2 | 居中。 当项序列化为 xml 时,其值为“ctr”。 | 
| MiddleLeft | 3 | 左中。 当项序列化为 xml 时,其值为“midL”。 | 
| MiddleRight | 4 | 中右。 当项序列化为 xml 时,其值为“midR”。 | 
| TopCenter | 5 | 顶部中心。 当项序列化为 xml 时,其值为“tCtr”。 | 
| BottomLeft | 6 | 左下角。 将项序列化为 xml 时,其值为“bL”。 | 
| BottomRight | 7 | 右下角。 当项序列化为 xml 时,其值为“bR”。 | 
| TopLeft | 8 | 左上角。 当项序列化为 xml 时,其值为“tL”。 | 
| TopRight | 9 | 右上角。 当项序列化为 xml 时,其值为“tR”。 | 
| Radial | 10 | 径向。 当项序列化为 xml 时,其值为“radial”。 | 
| Auto | 自动。 当项序列化为 xml 时,其值为“auto”。 | |
| BottomCenter | 底部居中。 当项序列化为 xml 时,其值为“bCtr”。 | |
| BottomLeft | 左下角。 将项序列化为 xml 时,其值为“bL”。 | |
| BottomRight | 右下角。 当项序列化为 xml 时,其值为“bR”。 | |
| Center | 居中。 当项序列化为 xml 时,其值为“ctr”。 | |
| ConnectorPointValues(String) | 创建新的 ConnectorPointValues 枚举实例 | |
| Equality(ConnectorPointValues, ConnectorPointValues) | ||
| Equals(ConnectorPointValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ConnectorPointValues>.Create(String) | ||
| Inequality(ConnectorPointValues, ConnectorPointValues) | ||
| MiddleLeft | 左中。 当项序列化为 xml 时,其值为“midL”。 | |
| MiddleRight | 中右。 当项序列化为 xml 时,其值为“midR”。 | |
| Radial | 径向。 当项序列化为 xml 时,其值为“radial”。 | |
| TopCenter | 顶部中心。 当项序列化为 xml 时,其值为“tCtr”。 | |
| TopLeft | 左上角。 当项序列化为 xml 时,其值为“tL”。 | |
| TopRight | 右上角。 当项序列化为 xml 时,其值为“tR”。 | |
| ToString() |