TTMSFNCGraphicsFillKind Enumeration
Specifies the fill style applied to a graphics shape or region.
API unit family: TMSFNCGraphicsTypes
Members
| Name | Description |
|---|---|
gfkNone |
No fill is applied; the shape interior is transparent. |
gfkSolid |
A flat solid color fill. |
gfkGradient |
A gradient fill blending between two or more colors. |
gfkTexture |
A texture or bitmap fill. |