Skip to content

Filler

Reference

Filler configuration.

1
2
3
4
5
.Options(o => o
    .Plugins(p => p
        .Filler(f => f
            .Propagate(true)
            .DrawTime(DrawTime.BeforeDraw))))
1
2
3
4
5
6
7
8
"options": {
    "plugins": {
      "filler": {
        "propagate": true,
        "drawTime": "beforeDraw"
      }
    }
  }

Propagate

Fill propagation when target is hidden.

.Propagate(true)

DrawTime

.DrawTime(DrawTime.BeforeDraw)