EmfHatchStyle Enumeration
The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12).
Module: aspose.imaging.fileformats.emf.emf.consts
Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfHatchStyle
Members
Member name | Description |
---|---|
HS_BDIAGONAL | A 45-degree upward, left-to-right hatch. |
HS_CROSS | A horizontal and vertical cross-hatch. |
HS_DIAGCROSS | A 45-degree crosshatch. |
HS_DITHEREDBKCLR | The hatch is not a pattern, but is a dithered color, defined by the current background color. |
HS_DITHEREDCLR | The hatch is not a pattern, but is a solid color. |
HS_DITHEREDTEXTCLR | The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color. |
HS_FDIAGONAL | A 45-degree downward, left-to-right hatch. |
HS_HORIZONTAL | A horizontal hatch. |
HS_SOLIDBKCLR | The hatch is not a pattern, but is a solid color, defined by the current background color |
HS_SOLIDCLR | The hatch is not a pattern, but is a solid color. |
HS_SOLIDTEXTCLR | The hatch is not a pattern, but is a solid color, defined by the current text (foreground) color |
HS_VERTICAL | A vertical hatch. |