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; }
Public Property DrawingAttributes As InkDrawingAttributes
Get
Set
Property Value
Type:
InkDrawingAttributesThe 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