public final class PathFillModeType
extends com.aspose.ms.System.Enum
Specifies the manner in which a path should be filled
Modifier and Type | Field and Description |
---|---|
static byte |
Darken
Darken Path Fill
This specifies that the corresponding path should have a darker shaded color applied to it’s fill.
|
static byte |
DarkenLess
Darken Path Fill Less
This specifies that the corresponding path should have a slightly darker shaded color applied to it’s fill.
|
static byte |
Lighten
Lighten Path Fill
This specifies that the corresponding path should have a lightly shaded color applied to it’s fill.
|
static byte |
LightenLess
Lighten Path Fill Less
This specifies that the corresponding path should have a slightly lighter shaded color applied to it’s fill.
|
static byte |
None
No Path Fill
This specifies that the corresponding path should have no fill.
|
static byte |
Normal
Normal Path Fill
This specifies that the corresponding path should have a normally shaded color applied to it’s fill.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte None
No Path Fill This specifies that the corresponding path should have no fill.
public static final byte Normal
Normal Path Fill This specifies that the corresponding path should have a normally shaded color applied to it’s fill.
public static final byte Lighten
Lighten Path Fill This specifies that the corresponding path should have a lightly shaded color applied to it’s fill.
public static final byte LightenLess
Lighten Path Fill Less This specifies that the corresponding path should have a slightly lighter shaded color applied to it’s fill.
public static final byte Darken
Darken Path Fill This specifies that the corresponding path should have a darker shaded color applied to it’s fill.
public static final byte DarkenLess
Darken Path Fill Less This specifies that the corresponding path should have a slightly darker shaded color applied to it’s fill.