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 StrokeEndCapValues
public 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 StrokeEndCapValues
Public Structure StrokeEndCapValues
Implements IEnumValue, IEnumValueFactory(Of StrokeEndCapValues), IEquatable(Of StrokeEndCapValues)
- Inheritance
-
StrokeEndCapValues
- Inheritance
-
StrokeEndCapValues
Fields
StrokeEndCapValues(String) | Creates a new StrokeEndCapValues enum instance |
|
Equals(Object) | ||
Equals(StrokeEndCapValues) | ||
Flat | 0 | Flat End. When the item is serialized out as xml, its value is "flat". |
Flat | Flat End. When the item is serialized out as xml, its value is "flat". |
|
GetHashCode() | ||
Equality(StrokeEndCapValues, StrokeEndCapValues) | ||
Inequality(StrokeEndCapValues, StrokeEndCapValues) | ||
Round | 2 | Round End. When the item is serialized out as xml, its value is "round". |
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". |
|
Square | 1 | Square End. When the item is serialized out as xml, its value is "square". |
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StrokeEndCapValues>.Create(String) |