Enum which describes the gradient types.
Enumerator |
---|
BCGP_NO_GRADIENT |
Solid color brush.
|
BCGP_GRADIENT_HORIZONTAL |
Linear gradient brush. The gradient direction is from bottom to top.
|
BCGP_GRADIENT_VERTICAL |
Linear gradient brush. The gradient direction is from left to right.
|
BCGP_GRADIENT_DIAGONAL_LEFT |
Linear gradient brush. The gradient direction is from bottom-right to top-left.
|
BCGP_GRADIENT_DIAGONAL_RIGHT |
Linear gradient brush. The gradient direction is from bottom-left to top-right.
|
BCGP_GRADIENT_CENTER_HORIZONTAL |
Double linear gradient brush. The gradient directions are from center to top and from center to bottom.
|
BCGP_GRADIENT_CENTER_VERTICAL |
Double linear gradient brush. The gradient directions are from center to left and from center to right.
|
BCGP_GRADIENT_RADIAL_TOP |
Radial gradient brush. The gradient ellipse is located on top.
|
BCGP_GRADIENT_RADIAL_CENTER |
Radial gradient brush. The gradient ellipse is located at center.
|
BCGP_GRADIENT_RADIAL_BOTTOM |
Radial gradient brush. The gradient ellipse is located on bottom.
|
BCGP_GRADIENT_RADIAL_LEFT |
Radial gradient brush. The gradient ellipse is located on left.
|
BCGP_GRADIENT_RADIAL_RIGHT |
Radial gradient brush. The gradient ellipse is located on right.
|
BCGP_GRADIENT_RADIAL_TOP_LEFT |
Radial gradient brush. The gradient ellipse is located on top-left.
|
BCGP_GRADIENT_RADIAL_TOP_RIGHT |
Radial gradient brush. The gradient ellipse is located on top-right.
|
BCGP_GRADIENT_RADIAL_BOTTOM_LEFT |
Radial gradient brush. The gradient ellipse is located on bottom-left.
|
BCGP_GRADIENT_RADIAL_BOTTOM_RIGHT |
Radial gradient brush. The gradient ellipse is located on bottom-right.
|
BCGP_GRADIENT_BEVEL |
Custom brush. When this brush is used for filling geometry areas such as rectangle, rounded rectangle or ellipse, the geometry edges will be rendered with "3D" effect.
|
BCGP_GRADIENT_PIPE_VERTICAL |
Custom "vertical pipe" look brush.
|
BCGP_GRADIENT_PIPE_HORIZONTAL |
Custom "horizontal pipe" look brush.
|