StrokeArrowValues 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.
Stroke Arrowhead Type
public enum StrokeArrowValuespublic readonly struct StrokeArrowValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.StrokeArrowValues>, IEquatable<DocumentFormat.OpenXml.Vml.StrokeArrowValues>type StrokeArrowValues = type StrokeArrowValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StrokeArrowValues>Public Enum StrokeArrowValuesPublic Structure StrokeArrowValues
Implements IEnumValue, IEnumValueFactory(Of StrokeArrowValues), IEquatable(Of StrokeArrowValues)- Inheritance
- 
				StrokeArrowValues
- Inheritance
- 
				StrokeArrowValues
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | No Arrowhead. When the item is serialized out as xml, its value is "none". | 
| Block | 1 | Block Arrowhead. When the item is serialized out as xml, its value is "block". | 
| Classic | 2 | Classic Arrowhead. When the item is serialized out as xml, its value is "classic". | 
| Oval | 3 | Oval Arrowhead. When the item is serialized out as xml, its value is "oval". | 
| Diamond | 4 | Diamond Arrowhead. When the item is serialized out as xml, its value is "diamond". | 
| Open | 5 | Open Arrowhead. When the item is serialized out as xml, its value is "open". | 
| Block | Block Arrowhead. When the item is serialized out as xml, its value is "block". | |
| Classic | Classic Arrowhead. When the item is serialized out as xml, its value is "classic". | |
| Diamond | Diamond Arrowhead. When the item is serialized out as xml, its value is "diamond". | |
| Equality(StrokeArrowValues, StrokeArrowValues) | ||
| Equals(Object) | ||
| Equals(StrokeArrowValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<StrokeArrowValues>.Create(String) | ||
| Inequality(StrokeArrowValues, StrokeArrowValues) | ||
| None | No Arrowhead. When the item is serialized out as xml, its value is "none". | |
| Open | Open Arrowhead. When the item is serialized out as xml, its value is "open". | |
| Oval | Oval Arrowhead. When the item is serialized out as xml, its value is "oval". | |
| StrokeArrowValues(String) | Creates a new StrokeArrowValues enum instance | |
| ToString() |