Share via


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

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()

Applies to