StandardBrushPropertyNameValues Enum

Definition

Defines the StandardBrushPropertyNameValues enumeration.

public enum StandardBrushPropertyNameValues
public readonly struct StandardBrushPropertyNameValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues>
type StandardBrushPropertyNameValues = 
type StandardBrushPropertyNameValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StandardBrushPropertyNameValues>
Public Enum StandardBrushPropertyNameValues
Public Structure StandardBrushPropertyNameValues
Implements IEnumValue, IEnumValueFactory(Of StandardBrushPropertyNameValues), IEquatable(Of StandardBrushPropertyNameValues)
Inheritance
StandardBrushPropertyNameValues
Inheritance
StandardBrushPropertyNameValues

Fields

StandardBrushPropertyNameValues(String)

Creates a new StandardBrushPropertyNameValues enum instance

AntiAliased 6

antiAliased.

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

AntiAliased

antiAliased.

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

Color 2

color.

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

Color

color.

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

Equals(StandardBrushPropertyNameValues)
Equals(Object)
FitToCurve

fitToCurve.

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

FitToCurve 7

fitToCurve.

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

GetHashCode()
Height

height.

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

Height 1

height.

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

IgnorePressure 8

ignorePressure.

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

IgnorePressure

ignorePressure.

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

Equality(StandardBrushPropertyNameValues, StandardBrushPropertyNameValues)
Inequality(StandardBrushPropertyNameValues, StandardBrushPropertyNameValues)
RasterOp 5

rasterOp.

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

RasterOp

rasterOp.

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

Tip

tip.

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

Tip 4

tip.

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

ToString()
Transparency

transparency.

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

Transparency 3

transparency.

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

Width

width.

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

Width 0

width.

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

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

Applies to