StrokeEndCapValues Enumeration
Stroke End Cap Type
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration StrokeEndCapValues
'Usage
Dim instance As StrokeEndCapValues
public enum StrokeEndCapValues
Members
Member name | Description | |
---|---|---|
Flat | Flat End. When the item is serialized out as xml, its value is "flat". | |
Square | Square End. When the item is serialized out as xml, its value is "square". | |
Round | Round End. When the item is serialized out as xml, its value is "round". |