PenTipShapeValues Enum

Definition

Defines the PenTipShapeValues enumeration.

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

Fields

PenTipShapeValues(String)

Creates a new PenTipShapeValues enum instance

Drop

drop.

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

Drop 2

drop.

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

Ellipse 0

ellipse.

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

Ellipse

ellipse.

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

Equals(PenTipShapeValues)
Equals(Object)
GetHashCode()
Equality(PenTipShapeValues, PenTipShapeValues)
Inequality(PenTipShapeValues, PenTipShapeValues)
Rectangle

rectangle.

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

Rectangle 1

rectangle.

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

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

Applies to