InkBrush

InkBrush class

Represents an inkBrush object.

public class InkBrush : IInkBrush

Properties

NameDescription
Color { get; set; }Gets or sets the brush color for a line.
InkEffect { get; }Gets 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, NotDefined is returned.
Size { get; set; }Gets or sets the brush size for a line in points.

See Also