FillValues Enumeration

Shape Fill Type

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration FillValues
'Usage
Dim instance As FillValues
public enum FillValues

Members

Member name Description
GradientCenter Centered Radial Gradient. When the item is serialized out as xml, its value is "gradientCenter".
Solid Solid Fill. When the item is serialized out as xml, its value is "solid".
Pattern Image Pattern. When the item is serialized out as xml, its value is "pattern".
Tile Tiled Image. When the item is serialized out as xml, its value is "tile".
Frame Stretch Image to Fit. When the item is serialized out as xml, its value is "frame".
GradientUnscaled Unscaled Gradient. When the item is serialized out as xml, its value is "gradientUnscaled".
GradientRadial Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial".
Gradient Linear Gradient. When the item is serialized out as xml, its value is "gradient".
Background Use Background Fill. When the item is serialized out as xml, its value is "background".

See Also

Reference

DocumentFormat.OpenXml.Vml.Office Namespace