PenTipShapeValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Ellipse | 0 | ellipse. When the item is serialized out as xml, its value is "ellipse". |
Rectangle | 1 | rectangle. When the item is serialized out as xml, its value is "rectangle". |
Drop | 2 | drop. When the item is serialized out as xml, its value is "drop". |
Drop | drop. When the item is serialized out as xml, its value is "drop". |
|
Ellipse | ellipse. When the item is serialized out as xml, its value is "ellipse". |
|
Equality(PenTipShapeValues, PenTipShapeValues) | ||
Equals(Object) | ||
Equals(PenTipShapeValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PenTipShapeValues>.Create(String) | ||
Inequality(PenTipShapeValues, PenTipShapeValues) | ||
PenTipShapeValues(String) | Creates a new PenTipShapeValues enum instance |
|
Rectangle | rectangle. When the item is serialized out as xml, its value is "rectangle". |
|
ToString() |