PathShadeValues 列挙型

定義

パス シェーディングの種類

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

フィールド

PathShadeValues(String)

新しい PathShadeValues 列挙型インスタンスを作成します

Circle 1

サークル。

項目を xml としてシリアル化されるときに、その値は "circle" です。

Circle

サークル。

項目を xml としてシリアル化されるときに、その値は "circle" です。

Equals(PathShadeValues)
Equals(Object)
GetHashCode()
Equality(PathShadeValues, PathShadeValues)
Inequality(PathShadeValues, PathShadeValues)
Rectangle 2

四角形

項目を xml としてシリアル化されるときに、その値は "rect" です。

Rectangle

四角形

項目を xml としてシリアル化されるときに、その値は "rect" です。

Shape

図形

アイテムを xml としてシリアル化されるときに、その値は "shape" です。

Shape 0

図形

アイテムを xml としてシリアル化されるときに、その値は "shape" です。

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

適用対象