FillValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shape Fill Type
public enum FillValues
public readonly struct FillValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.FillValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.FillValues>
type FillValues =
type FillValues = struct
interface IEnumValue
interface IEnumValueFactory<FillValues>
Public Enum FillValues
Public Structure FillValues
Implements IEnumValue, IEnumValueFactory(Of FillValues), IEquatable(Of FillValues)
- Inheritance
-
FillValues
- Inheritance
-
FillValues
Fields
Name | Value | Description |
---|---|---|
GradientCenter | 0 | Centered Radial Gradient. When the item is serialized out as xml, its value is "gradientCenter". |
Solid | 1 | Solid Fill. When the item is serialized out as xml, its value is "solid". |
Pattern | 2 | Image Pattern. When the item is serialized out as xml, its value is "pattern". |
Tile | 3 | Tiled Image. When the item is serialized out as xml, its value is "tile". |
Frame | 4 | Stretch Image to Fit. When the item is serialized out as xml, its value is "frame". |
GradientUnscaled | 5 | Unscaled Gradient. When the item is serialized out as xml, its value is "gradientUnscaled". |
GradientRadial | 6 | Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial". |
Gradient | 7 | Linear Gradient. When the item is serialized out as xml, its value is "gradient". |
Background | 8 | Use Background Fill. When the item is serialized out as xml, its value is "background". |
Background | Use Background Fill. When the item is serialized out as xml, its value is "background". |
|
Equality(FillValues, FillValues) | ||
Equals(FillValues) | ||
Equals(Object) | ||
FillValues(String) | Creates a new FillValues enum instance |
|
Frame | Stretch Image to Fit. When the item is serialized out as xml, its value is "frame". |
|
GetHashCode() | ||
Gradient | Linear Gradient. When the item is serialized out as xml, its value is "gradient". |
|
GradientCenter | Centered Radial Gradient. When the item is serialized out as xml, its value is "gradientCenter". |
|
GradientRadial | Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial". |
|
GradientUnscaled | Unscaled Gradient. When the item is serialized out as xml, its value is "gradientUnscaled". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FillValues>.Create(String) | ||
Inequality(FillValues, FillValues) | ||
Pattern | Image Pattern. When the item is serialized out as xml, its value is "pattern". |
|
Solid | Solid Fill. When the item is serialized out as xml, its value is "solid". |
|
Tile | Tiled Image. When the item is serialized out as xml, its value is "tile". |
|
ToString() |