Enum FillTypes
Enum FillTypes
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
Assembly: Aspose.Imaging.dll (25.7.0)
Fill types for the brush.
public enum FillTypes
{
NoFill = 0,
Automatic = 1,
None = 2,
Solid = 3,
Percent = 4,
Texture = 5,
Pattern = 6,
Linetype = 7,
BrushScale = 8,
Custom = 9,
DiffuseScale = 10,
GradientStop1 = 11,
GradientStop2 = 12,
GradientStyle = 13,
MiterLimit = 14
}
Fields
Fountain = 3
Fountain fill.Apply a gradient of colors or shades.
FullColorPattern = 7
Vector pattern fill.
ImportedBitmap = 6
Bitmap pattern fill.
NoFill = 1
No fill needed
Postscript = 4
Postscript fill.Apply an intricate PostScript texture fill.
Texture = 8
Texture fill.
TwoColorPattern = 5
Two-color pattern fill.
Uniform = 2
Uniform fill.Apply a solid fill color.
Unknown = 0
Unknown fill type.