InkBrush class

InkBrush class

Represents an inkBrush object.

The InkBrush type exposes the following members:

Properties

PropertyDescription
colorGets or sets the brush color for a line.
sizeGets or sets the brush size for a line in points.
ink_effectGets the ink effect type (e.g., Galaxy, Gold, Silver) that defines the visual style of the ink stroke.
The value is parsed from the brush property “inkEffects”. If no recognized effect is specified,
InkEffectType.NOT_DEFINED is returned.

See Also