IInkBrush

IInkBrush interface

Represents trace brush.

public interface IInkBrush

Properties

NameDescription
Color { get; set; }Gets or sets the brush color for a line.
Size { get; set; }Gets or sets the brush size for a line in points.

See Also