Click or drag to resize

FillValues Enumeration

Shape Fill Type

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum FillValues
Members
Member nameValueDescription
GradientCenter0 Centered Radial Gradient.

When the item is serialized out as xml, its value is "gradientCenter".

Solid1 Solid Fill.

When the item is serialized out as xml, its value is "solid".

Pattern2 Image Pattern.

When the item is serialized out as xml, its value is "pattern".

Tile3 Tiled Image.

When the item is serialized out as xml, its value is "tile".

Frame4 Stretch Image to Fit.

When the item is serialized out as xml, its value is "frame".

GradientUnscaled5 Unscaled Gradient.

When the item is serialized out as xml, its value is "gradientUnscaled".

GradientRadial6 Radial Gradient.

When the item is serialized out as xml, its value is "gradientRadial".

Gradient7 Linear Gradient.

When the item is serialized out as xml, its value is "gradient".

Background8 Use Background Fill.

When the item is serialized out as xml, its value is "background".

See Also