ShapeValues Enum

Definition

Shape

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

Fields

ShapeValues(String)

Creates a new ShapeValues enum instance

Box 2

Box.

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

Box

Box.

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

Cone 0

Cone.

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

Cone

Cone.

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

ConeToMax 1

Cone to Max.

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

ConeToMax

Cone to Max.

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

Cylinder

Cylinder.

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

Cylinder 3

Cylinder.

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

Equals(ShapeValues)
Equals(Object)
GetHashCode()
Equality(ShapeValues, ShapeValues)
Inequality(ShapeValues, ShapeValues)
Pyramid

Pyramid.

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

Pyramid 4

Pyramid.

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

PyramidToMaximum 5

Pyramid to Maximum.

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

PyramidToMaximum

Pyramid to Maximum.

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

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

Applies to