Click or drag to resize

AtalaPenFill Property

Gets or sets the Fill used when drawing with this pen.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Fill Fill { get; set; }

Property Value

Type: Fill
The Brush object used when drawing with this pen.
See Also