| << Click to Display Table of Contents >> VpeSetHatchStyle |     | 
[Not supported by the Community Edition]
Sets the hatch style. All rectangular objects - except charts, barcodesand images - can be hatched with the predefined windows hatch styles.
void VpeSetHatchStyle(
VpeHandle hDoc,
int style
)
VpeHandle hDoc
Document Handle or VPE Object Handle
int style
hatch style; possible values are:
| Constant Name | Value | Comment | 
| HS_NONE | -1 | see Possible styles below | 
| HS_HORIZONTAL | 0 | see Possible styles below | 
| HS_VERTICAL | 1 | see Possible styles below | 
| HS_FDIAGONAL | 2 | see Possible styles below | 
| HS_BDIAGONAL | 3 | see Possible styles below | 
| HS_CROSS | 4 | see Possible styles below | 
| HS_DIAGCROSS | 5 | see Possible styles below | 
Default:
HS_NONE, which means NO hatching
Possible styles are:
