StrokeLineStyleValues Enumeration
Stroke Line Style
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration StrokeLineStyleValues
'Usage
Dim instance As StrokeLineStyleValues
public enum StrokeLineStyleValues
Members
Member name | Description | |
---|---|---|
Single | Single Line. When the item is serialized out as xml, its value is "single". | |
ThinThin | Two Thin Lines. When the item is serialized out as xml, its value is "thinThin". | |
ThinThick | Thin Line Outside Thick Line. When the item is serialized out as xml, its value is "thinThick". | |
ThickThin | Thick Line Outside Thin Line. When the item is serialized out as xml, its value is "thickThin". | |
ThickBetweenThin | Thck Line Between Thin Lines. When the item is serialized out as xml, its value is "thickBetweenThin". |