Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the StrokeFillTypeValues enumeration.
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration StrokeFillTypeValues
'Usage
Dim instance As StrokeFillTypeValues
public enum StrokeFillTypeValues
Members
Member name | Description | |
---|---|---|
Solid | solid. When the item is serialized out as xml, its value is "solid". | |
Tile | tile. When the item is serialized out as xml, its value is "tile". | |
Pattern | pattern. When the item is serialized out as xml, its value is "pattern". | |
Frame | frame. When the item is serialized out as xml, its value is "frame". |