EmfHatchStyle

EmfHatchStyle enumeration

The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12).

public enum EmfHatchStyle

Values

NameValueDescription
HS_HORIZONTAL0A horizontal hatch.
HS_VERTICAL1A vertical hatch.
HS_FDIAGONAL2A 45-degree downward, left-to-right hatch.
HS_BDIAGONAL3A 45-degree upward, left-to-right hatch.
HS_CROSS4A horizontal and vertical cross-hatch.
HS_DIAGCROSS5A 45-degree crosshatch.
HS_SOLIDCLR6The hatch is not a pattern, but is a solid color.
HS_DITHEREDCLR7The hatch is not a pattern, but is a solid color.
HS_SOLIDTEXTCLR8The hatch is not a pattern, but is a solid color, defined by the current text (foreground) color
HS_DITHEREDTEXTCLR9The hatch is not a pattern, but is a dithered color, defined by the current text (foreground) color.
HS_SOLIDBKCLR10The hatch is not a pattern, but is a solid color, defined by the current background color
HS_DITHEREDBKCLR11The hatch is not a pattern, but is a dithered color, defined by the current background color.

See Also