Name | Value | Description | |||
exPatternEmpty | 0 | The pattern/bar is not visible. | |||
exPatternSolid | 1 | ||||
exPatternDot | 2 | ||||
exPatternShadow | 3 | ||||
exPatternNDot | 4 | ||||
exPatternFDiagonal | 5 | ||||
exPatternBDiagonal | 6 | ||||
exPatternDiagCross | 7 | ||||
exPatternVertical | 8 | ||||
exPatternHorizontal | 9 | ||||
exPatternCross | 10 | ||||
exPatternBrick | 11 | ||||
exPatternYard | 12 | ||||
exPatternF2Diagonal | 13 | ||||
exPatternB2Diagonal | 14 | ||||
exPatternBox | 32 |
The Color
property specifies the color for the border, while the StartColor
and EndColor properties defines the start and
ending color to show a linear-horizontal gradient bar.
The liner gradient is shown if the StartColor or EndColor is not zero, and have
different values. If the StartColor and EndColor are different that zero and
have the same the same value the exPatternBox bar shows solid fill with a solid
border being defined by the Color property. This
option can be combined with any predefined pattern, exPatternGradientVBox,
exPatternGradient3Colors,
exPatternThickBox or exPatternFrameShadow. This option can not be applied to EBN
bars.
The following pictures where generated if the bar's Pattern is exPatternBox
The following pictures where generated if the bar's Pattern is exPatternBox + exPatternDot
| |||
exPatternGradientVBox | 64 |
The Color
property specifies the color for the border, while the StartColor
and EndColor properties defines the start and
ending color to show a linear-vertical gradient bar.
The liner gradient is shown if the StartColor or EndColor is not zero, and have
different values. If the StartColor and EndColor are different that zero and
have the same the same value the exPatternBox bar shows solid fill with a solid
border being defined by the Color property. This
option must be combined with exPatternBox, and can be combined with any predefined pattern,
exPatternGradient3Colors,
exPatternThickBox or exPatternFrameShadow. This option can not be applied to EBN
bars.
The following pictures where generated if the bar's Pattern is exPatternBox + exPatternGradientVBox
The following pictures where generated if the bar's Pattern is exPatternBox + exPatternGradientVBox + exPatternDot
| |||
exPatternGradient3Colors | 128 |
This option defines the gradient from 3 colors defined by StartColor, Color
and EndColor. The gradient starts with
StartColor,
continue to Color and ends on EndColor color. This option must be combined with
exPatternBox and can be combined with any predefined pattern,
exPatternGradientVBox,
exPatternThickBox or exPatternFrameShadow. This option can not be applied to EBN
bars.
The following pictures where generated if the bar's Pattern is exPatternBox + exPatternGradient3Colors
The following pictures where generated if the bar's Pattern is exPatternBox + exPatternGradientVBox + exPatternGradient3Colors
| |||
exPatternThickBox | 4096 |
Use this option to specify a thicker border for bars. This option can be combined with any predefined pattern,
exPatternBox, exPatternGradientVBox,
exPatternGradient3Colors or exPatternFrameShadow. This option can not be applied
to EBN bars too.
The following pictures where generated based on the exPatternThickBox flag:
| |||
exPatternFrameShadow | 8192 |
This option can be used to display a shadow for the bars. This option can be combined with any predefined pattern,
exPatternBox, exPatternGradientVBox,
exPatternGradient3Colors or exPatternThickBox. This option can be applied to EBN
bars too.
The following pictures where generated based on the exPatternThickBox flag:
|