PathFillModeType
Contents
[
Hide
]PathFillModeType class
Specifies the manner in which a path should be filled
Constants
Name | Value | Description |
---|---|---|
None | 0 | No Path Fill This specifies that the corresponding path should have no fill. |
Normal | 1 | Normal Path Fill This specifies that the corresponding path should have a normally shaded color applied to it’s fill. |
Lighten | 2 | Lighten Path Fill This specifies that the corresponding path should have a lightly shaded color applied to it’s fill. |
LightenLess | 3 | Lighten Path Fill Less This specifies that the corresponding path should have a slightly lighter shaded color applied to it’s fill. |
Darken | 4 | Darken Path Fill This specifies that the corresponding path should have a darker shaded color applied to it’s fill. |
DarkenLess | 5 | Darken Path Fill Less This specifies that the corresponding path should have a slightly darker shaded color applied to it’s fill. |
None
No Path Fill This specifies that the corresponding path should have no fill.
Normal
Normal Path Fill This specifies that the corresponding path should have a normally shaded color applied to it’s fill.
Lighten
Lighten Path Fill This specifies that the corresponding path should have a lightly shaded color applied to it’s fill.
LightenLess
Lighten Path Fill Less This specifies that the corresponding path should have a slightly lighter shaded color applied to it’s fill.
Darken
Darken Path Fill This specifies that the corresponding path should have a darker shaded color applied to it’s fill.
DarkenLess
Darken Path Fill Less This specifies that the corresponding path should have a slightly darker shaded color applied to it’s fill.