Click or drag to resize

PathFillMode Enumeration

Specifies how the CustomPath should be filled.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum PathFillMode
Members
Member nameValueDescription
None0 This specifies that the corresponding path should have no fill.
Normal1 This specifies that the corresponding path should have a normally shaded color applied to it’s fill.
Lighten2 This specifies that the corresponding path should have a lightly shaded color applied to it’s fill.
LightenLess3 This specifies that the corresponding path should have a slightly lighter shaded color applied to it’s fill.
Darken4 This specifies that the corresponding path should have a darker shaded color applied to it’s fill.
DarkenLess5 This specifies that the corresponding path should have a slightly darker shaded color applied to it’s fill.
See Also