StandardBrushPropertyNameValues Enumeration

Defines the StandardBrushPropertyNameValues enumeration.

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration StandardBrushPropertyNameValues
'Usage
Dim instance As StandardBrushPropertyNameValues
public enum StandardBrushPropertyNameValues

Members

Member name Description
Width width. When the item is serialized out as xml, its value is "width".
Height height. When the item is serialized out as xml, its value is "height".
Color color. When the item is serialized out as xml, its value is "color".
Transparency transparency. When the item is serialized out as xml, its value is "transparency".
Tip tip. When the item is serialized out as xml, its value is "tip".
RasterOp rasterOp. When the item is serialized out as xml, its value is "rasterOp".
AntiAliased antiAliased. When the item is serialized out as xml, its value is "antiAliased".
FitToCurve fitToCurve. When the item is serialized out as xml, its value is "fitToCurve".
IgnorePressure ignorePressure. When the item is serialized out as xml, its value is "ignorePressure".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace