FillTypes

FillTypes enumeration

Fill types for the brush.

public enum FillTypes

Values

NameValueDescription
Unknown0Unknown fill type.
NoFill1No fill needed
Uniform2Uniform fill. Apply a solid fill color.
Fountain3Fountain fill. Apply a gradient of colors or shades.
Postscript4Postscript fill. Apply an intricate PostScript texture fill.
TwoColorPattern5Two-color pattern fill.
ImportedBitmap6Bitmap pattern fill.
FullColorPattern7Vector pattern fill.
Texture8Texture fill.

See Also