Filler Plugin
Reference External Link
Filler configuration.
.Options(o => o
.Plugins(p => p
.Filler(f => f
.Propagate(true)
.DrawTime(DrawTime.BeforeDraw))))"options": {
"plugins": {
"filler": {
"propagate": true,
"drawTime": "beforeDraw"
}
}
}Propagate
Fill propagation when target is hidden.
.Propagate(true)DrawTime
.DrawTime(DrawTime.BeforeDraw)