FillTypeValues Enumeration
Shape Fill Type
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration FillTypeValues
'Применение
Dim instance As FillTypeValues
public enum FillTypeValues
Members
Member name | Description | |
---|---|---|
Solid | Solid Fill. When the item is serialized out as xml, its value is "solid". | |
Gradient | Linear Gradient. When the item is serialized out as xml, its value is "gradient". | |
GradientRadial | Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial". | |
Tile | Tiled Image. When the item is serialized out as xml, its value is "tile". | |
Pattern | Image Pattern. When the item is serialized out as xml, its value is "pattern". | |
Frame | Stretch Image to Fit. When the item is serialized out as xml, its value is "frame". |