StrokeEndCapValues 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 End Cap Type
public enum StrokeEndCapValuespublic readonly struct StrokeEndCapValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.StrokeEndCapValues>, IEquatable<DocumentFormat.OpenXml.Vml.StrokeEndCapValues>type StrokeEndCapValues = type StrokeEndCapValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StrokeEndCapValues>Public Enum StrokeEndCapValuesPublic Structure StrokeEndCapValues
Implements IEnumValue, IEnumValueFactory(Of StrokeEndCapValues), IEquatable(Of StrokeEndCapValues)- Inheritance
- 
				StrokeEndCapValues
- Inheritance
- 
				StrokeEndCapValues
Fields
| Name | Value | Description | 
|---|---|---|
| Flat | 0 | Flat End. When the item is serialized out as xml, its value is "flat". | 
| Square | 1 | Square End. When the item is serialized out as xml, its value is "square". | 
| Round | 2 | Round End. When the item is serialized out as xml, its value is "round". | 
| Equality(StrokeEndCapValues, StrokeEndCapValues) | ||
| Equals(Object) | ||
| Equals(StrokeEndCapValues) | ||
| Flat | Flat End. When the item is serialized out as xml, its value is "flat". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<StrokeEndCapValues>.Create(String) | ||
| Inequality(StrokeEndCapValues, StrokeEndCapValues) | ||
| Round | Round End. When the item is serialized out as xml, its value is "round". | |
| Square | Square End. When the item is serialized out as xml, its value is "square". | |
| StrokeEndCapValues(String) | Creates a new StrokeEndCapValues enum instance | |
| ToString() |