StrokeFillTypeValues 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.
Defines the StrokeFillTypeValues enumeration.
public enum StrokeFillTypeValues
public readonly struct StrokeFillTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues>, IEquatable<DocumentFormat.OpenXml.Vml.StrokeFillTypeValues>
type StrokeFillTypeValues =
type StrokeFillTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<StrokeFillTypeValues>
Public Enum StrokeFillTypeValues
Public Structure StrokeFillTypeValues
Implements IEnumValue, IEnumValueFactory(Of StrokeFillTypeValues), IEquatable(Of StrokeFillTypeValues)
- Inheritance
-
StrokeFillTypeValues
- Inheritance
-
StrokeFillTypeValues
Fields
Name | Value | Description |
---|---|---|
Solid | 0 | solid. When the item is serialized out as xml, its value is "solid". |
Tile | 1 | tile. When the item is serialized out as xml, its value is "tile". |
Pattern | 2 | pattern. When the item is serialized out as xml, its value is "pattern". |
Frame | 3 | frame. When the item is serialized out as xml, its value is "frame". |
Equality(StrokeFillTypeValues, StrokeFillTypeValues) | ||
Equals(Object) | ||
Equals(StrokeFillTypeValues) | ||
Frame | frame. When the item is serialized out as xml, its value is "frame". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StrokeFillTypeValues>.Create(String) | ||
Inequality(StrokeFillTypeValues, StrokeFillTypeValues) | ||
Pattern | pattern. When the item is serialized out as xml, its value is "pattern". |
|
Solid | solid. When the item is serialized out as xml, its value is "solid". |
|
StrokeFillTypeValues(String) | Creates a new StrokeFillTypeValues enum instance |
|
Tile | tile. When the item is serialized out as xml, its value is "tile". |
|
ToString() |