StrokeFillTypeValues Enum

Definition

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

StrokeFillTypeValues(String)

Creates a new StrokeFillTypeValues enum instance

Equals(Object)
Equals(StrokeFillTypeValues)
Frame

frame.

When the item is serialized out as xml, its value is "frame".

Frame 3

frame.

When the item is serialized out as xml, its value is "frame".

GetHashCode()
Equality(StrokeFillTypeValues, StrokeFillTypeValues)
Inequality(StrokeFillTypeValues, StrokeFillTypeValues)
Pattern 2

pattern.

When the item is serialized out as xml, its value is "pattern".

Pattern

pattern.

When the item is serialized out as xml, its value is "pattern".

Solid 0

solid.

When the item is serialized out as xml, its value is "solid".

Solid

solid.

When the item is serialized out as xml, its value is "solid".

Tile

tile.

When the item is serialized out as xml, its value is "tile".

Tile 1

tile.

When the item is serialized out as xml, its value is "tile".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<StrokeFillTypeValues>.Create(String)

Applies to