Click or drag to resize

FillValues Enumeration

Shape Fill Type

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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