Click or drag to resize

EllipseRubberbandFill Property

Gets or sets a Fill that is used to fill the inside of the ellipse.

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

Property Value

Type: Fill
A Fill that is used to fill the inside of the ellipse.
Remarks
When this value is null, the ellipse is unfilled.
See Also