FillTypeValues 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 FillTypeValues
public readonly struct FillTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.FillTypeValues>, IEquatable<DocumentFormat.OpenXml.Vml.FillTypeValues>
type FillTypeValues =
type FillTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<FillTypeValues>
Public Enum FillTypeValues
Public Structure FillTypeValues
Implements IEnumValue, IEnumValueFactory(Of FillTypeValues), IEquatable(Of FillTypeValues)
- Inheritance
-
FillTypeValues
- Inheritance
-
FillTypeValues
Fields
FillTypeValues(String) | Creates a new FillTypeValues enum instance |
|
Equals(FillTypeValues) | ||
Equals(Object) | ||
Frame | Stretch Image to Fit. When the item is serialized out as xml, its value is "frame". |
|
Frame | 5 | Stretch Image to Fit. When the item is serialized out as xml, its value is "frame". |
GetHashCode() | ||
Gradient | 1 | Linear Gradient. When the item is serialized out as xml, its value is "gradient". |
Gradient | Linear Gradient. When the item is serialized out as xml, its value is "gradient". |
|
GradientRadial | 2 | Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial". |
GradientRadial | Radial Gradient. When the item is serialized out as xml, its value is "gradientRadial". |
|
Equality(FillTypeValues, FillTypeValues) | ||
Inequality(FillTypeValues, FillTypeValues) | ||
Pattern | 4 | Image Pattern. When the item is serialized out as xml, its value is "pattern". |
Pattern | Image Pattern. When the item is serialized out as xml, its value is "pattern". |
|
Solid | 0 | Solid Fill. When the item is serialized out as xml, its value is "solid". |
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". |
|
Tile | 3 | Tiled Image. When the item is serialized out as xml, its value is "tile". |
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FillTypeValues>.Create(String) |