StandardBrushPropertyNameValues 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 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
Name | Value | Description |
---|---|---|
Width | 0 | width. When the item is serialized out as xml, its value is "width". |
Height | 1 | height. When the item is serialized out as xml, its value is "height". |
Color | 2 | color. When the item is serialized out as xml, its value is "color". |
Transparency | 3 | transparency. When the item is serialized out as xml, its value is "transparency". |
Tip | 4 | tip. When the item is serialized out as xml, its value is "tip". |
RasterOp | 5 | rasterOp. When the item is serialized out as xml, its value is "rasterOp". |
AntiAliased | 6 | antiAliased. When the item is serialized out as xml, its value is "antiAliased". |
FitToCurve | 7 | fitToCurve. When the item is serialized out as xml, its value is "fitToCurve". |
IgnorePressure | 8 | ignorePressure. When the item is serialized out as xml, its value is "ignorePressure". |
AntiAliased | antiAliased. When the item is serialized out as xml, its value is "antiAliased". |
|
Color | color. When the item is serialized out as xml, its value is "color". |
|
Equality(StandardBrushPropertyNameValues, StandardBrushPropertyNameValues) | ||
Equals(Object) | ||
Equals(StandardBrushPropertyNameValues) | ||
FitToCurve | 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". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardBrushPropertyNameValues>.Create(String) | ||
IgnorePressure | ignorePressure. When the item is serialized out as xml, its value is "ignorePressure". |
|
Inequality(StandardBrushPropertyNameValues, StandardBrushPropertyNameValues) | ||
RasterOp | rasterOp. When the item is serialized out as xml, its value is "rasterOp". |
|
StandardBrushPropertyNameValues(String) | Creates a new StandardBrushPropertyNameValues enum instance |
|
Tip | 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". |
|
Width | width. When the item is serialized out as xml, its value is "width". |