FillPattern enumeration

FillPattern enumeration

Enumerates shape fill pattern types.

The FillPattern type exposes the following members:

Fields

FieldDescription
NONERepresents no background.
SOLIDRepresents solid pattern.
GRAY5Represents 5% gray pattern.
GRAY10Represents 10% gray pattern.
GRAY20Represents 20% gray pattern.
GRAY30Represents 30% gray pattern.
GRAY40Represents 40% gray pattern.
GRAY50Represents 50% gray pattern.
GRAY60Represents 60% gray pattern.
GRAY70Represents 70% gray pattern.
GRAY75Represents 75% gray pattern.
GRAY80Represents 80% gray pattern.
GRAY90Represents 90% gray pattern.
GRAY25Represents 25% gray pattern.
LIGHT_DOWNWARD_DIAGONALRepresents light downward diagonal pattern.
LIGHT_UPWARD_DIAGONALRepresents light upward diagonal pattern.
DARK_DOWNWARD_DIAGONALRepresents dark downward diagonal pattern.
DARK_UPWARD_DIAGONALRepresents dark upward diagonal pattern.
WIDE_DOWNWARD_DIAGONALRepresents wide downward diagonal pattern.
WIDE_UPWARD_DIAGONALRepresents wide upward diagonal pattern.
LIGHT_VERTICALRepresents light vertical pattern.
LIGHT_HORIZONTALRepresents light horizontal pattern.
NARROW_VERTICALRepresents narrow vertical pattern.
NARROW_HORIZONTALRepresents narrow horizontal pattern.
DARK_VERTICALRepresents dark vertical pattern.
DARK_HORIZONTALRepresents dark horizontal pattern.
DASHED_DOWNWARD_DIAGONALRepresents dashed downward diagonal pattern.
DASHED_UPWARD_DIAGONALRepresents dashed upward diagonal pattern.
DASHED_VERTICALRepresents dashed vertical pattern.
DASHED_HORIZONTALRepresents dashed horizontal pattern.
SMALL_CONFETTIRepresents small confetti pattern.
LARGE_CONFETTIRepresents large confetti pattern.
ZIG_ZAGRepresents zig zag pattern.
WAVERepresents wave pattern.
DIAGONAL_BRICKRepresents diagonal brick pattern.
HORIZONTAL_BRICKRepresents horizontal brick pattern.
WEAVERepresents weave pattern.
PLAIDRepresents plaid pattern.
DIVOTRepresents divot pattern.
DOTTED_GRIDRepresents dotted grid pattern.
DOTTED_DIAMONDRepresents dotted diamond pattern.
SHINGLERepresents shingle pattern.
TRELLISRepresents trellis pattern.
SPHERERepresents sphere pattern.
SMALL_GRIDRepresents small grid pattern.
LARGE_GRIDRepresents large grid pattern.
SMALL_CHECKER_BOARDRepresents small checker board pattern.
LARGE_CHECKER_BOARDRepresents large checker board pattern.
OUTLINED_DIAMONDRepresents outlined diamond pattern.
SOLID_DIAMONDRepresents solid diamond pattern.
UNKNOWNRepresents unknown pattern.

See Also