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