ArrowheadStyleValues 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.
Arrowhead Styles
public enum ArrowheadStyleValues
public readonly struct ArrowheadStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues>
type ArrowheadStyleValues =
type ArrowheadStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<ArrowheadStyleValues>
Public Enum ArrowheadStyleValues
Public Structure ArrowheadStyleValues
Implements IEnumValue, IEnumValueFactory(Of ArrowheadStyleValues), IEquatable(Of ArrowheadStyleValues)
- Inheritance
-
ArrowheadStyleValues
- Inheritance
-
ArrowheadStyleValues
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Auto. When the item is serialized out as xml, its value is "auto". |
Arrow | 1 | Arrowhead Present. When the item is serialized out as xml, its value is "arr". |
NoArrow | 2 | No Arrowhead. When the item is serialized out as xml, its value is "noArr". |
Arrow | Arrowhead Present. When the item is serialized out as xml, its value is "arr". |
|
ArrowheadStyleValues(String) | Creates a new ArrowheadStyleValues enum instance |
|
Auto | Auto. When the item is serialized out as xml, its value is "auto". |
|
Equality(ArrowheadStyleValues, ArrowheadStyleValues) | ||
Equals(ArrowheadStyleValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ArrowheadStyleValues>.Create(String) | ||
Inequality(ArrowheadStyleValues, ArrowheadStyleValues) | ||
NoArrow | No Arrowhead. When the item is serialized out as xml, its value is "noArr". |
|
ToString() |