共用方式為


PathShadeValues Enum

Definition

Path Shade Type

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)
Inheritance
PathShadeValues
Inheritance
PathShadeValues

Fields

Name Value Description
Shape 0

Shape.

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

Circle 1

Circle.

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

Rectangle 2

Rectangle.

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

Circle

Circle.

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

Equality(PathShadeValues, PathShadeValues)
Equals(Object)
Equals(PathShadeValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PathShadeValues>.Create(String)
Inequality(PathShadeValues, PathShadeValues)
PathShadeValues(String)

Creates a new PathShadeValues enum instance

Rectangle

Rectangle.

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

Shape

Shape.

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

ToString()

Applies to