ExtendedBrushPropertyName 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 ExtendedBrushPropertyName 枚举。
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum ExtendedBrushPropertyName
public enum ExtendedBrushPropertyName
public readonly struct ExtendedBrushPropertyName : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName>, IEquatable<DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type ExtendedBrushPropertyName =
type ExtendedBrushPropertyName =
type ExtendedBrushPropertyName = struct
interface IEnumValue
interface IEnumValueFactory<ExtendedBrushPropertyName>
Public Enum ExtendedBrushPropertyName
Public Structure ExtendedBrushPropertyName
Implements IEnumValue, IEnumValueFactory(Of ExtendedBrushPropertyName), IEquatable(Of ExtendedBrushPropertyName)
- 继承
-
ExtendedBrushPropertyName
- 继承
-
ExtendedBrushPropertyName
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
InkEffects | 0 | inkEffects。 将项序列化为 xml 时,其值为“inkEffects”。 |
AnchorX | 1 | anchorX。 当项序列化为 xml 时,其值为“anchorX”。 |
AnchorY | 2 | anchorY。 当项序列化为 xml 时,其值为“anchorY”。 |
ScaleFactor | 3 | scaleFactor。 当项序列化为 xml 时,其值为“scaleFactor”。 |
AnchorX | anchorX。 当项序列化为 xml 时,其值为“anchorX”。 |
|
AnchorY | anchorY。 当项序列化为 xml 时,其值为“anchorY”。 |
|
Equality(ExtendedBrushPropertyName, ExtendedBrushPropertyName) | ||
Equals(ExtendedBrushPropertyName) | ||
Equals(Object) | ||
ExtendedBrushPropertyName(String) | 创建新的 ExtendedBrushPropertyName 枚举实例 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ExtendedBrushPropertyName>.Create(String) | ||
Inequality(ExtendedBrushPropertyName, ExtendedBrushPropertyName) | ||
InkEffects | inkEffects。 将项序列化为 xml 时,其值为“inkEffects”。 |
|
ScaleFactor | scaleFactor。 当项序列化为 xml 时,其值为“scaleFactor”。 |
|
ToString() |