| << Click to Display Table of Contents >> AltDividerStyle |     | 
Sets the paint-style for Alternative Dividers.
property DividerStyle [long] VPE.AltDividerStyle
read / write; runtime only; also supported by TVPEObject
Possible Values:
the style of Alternative Dividers, possible values are:
| ActiveX / VCL | Value | Enum | Comment | 
| VFF_STYLE_NONE | 0 | StyleNone | no dividers | 
| VFF_STYLE_1_4 | 1 | Style_1_4 | 1/4 height | 
| VFF_STYLE_1_3 | 2 | Style_1_3 | 1/3 height | 
| VFF_STYLE_1_2 | 3 | Style_1_2 | 1/2 height (default) | 
| VFF_STYLE_2_3 | 4 | Style_2_3 | 2/3 height | 
| VFF_STYLE_3_4 | 5 | Style_3_4 | 3/4 height | 
| VFF_STYLE_1_1 | 6 | Style_1_1 | full height (default for AltDivider) | 
Default:
VFF_STYLE_1_1, Alternative Dividers are drawn at the full height of the FormField's height
"FormFields" in the Programmer's Manual