WmfHatchStyle

WmfHatchStyle enumeration

The HatchStyle Enumeration specifies the hatch pattern.

public enum WmfHatchStyle : short

Values

NameValueDescription
Horizontal0A horizontal hatch
Vertical1A vertical hatch.
Fdiagonal2A 45-degree downward, left-to-right hatch.
Bdiagonal3A 45-degree upward, left-to-right hatch.
Cross4A horizontal and vertical cross-hatch.
Diagcross5The A 45-degree crosshatch.

See Also