Freigeben über


FillTypeValues-Enumeration

Shape Fill Type

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

Syntax

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

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Vml-Namespace