Click or drag to resize

InkDataDrawingAttributes Property

Gets or sets the attributes that are applied to the ink when drawn.

Namespace:  Atalasoft.Annotate.Ink
Assembly:  Atalasoft.DotAnnotate.Ink (in Atalasoft.DotAnnotate.Ink.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public InkDrawingAttributes DrawingAttributes { get; set; }

Property Value

Type: InkDrawingAttributes
The drawing attributes applied to the ink.
Remarks

This is useful for modifying the pen size and color.

Hint: A highlighter can be created by setting the RasterOperation to MaskPen.

See Also