ZoomWindowGradientStyle
Scope |
Pego, Pesgo |
|
Type |
Enum / Int32 |
|
Default |
0 |
|
.NET |
PePlot.ZoomWindow.GradientStyle |
|
Ocx|Vcl |
ZoomWindowGradientStyle |
DLL |
PEP_nZOOMWINDOWGRADIENTSTYLE |
Purpose
Gets or Sets the style of zoom window gradient. Zoom Window gradients are enabled only if
ZoomWindowCustomColors is True, BitmapGradientMode is True, and ZoomWindowBackColor = Empty.
Defined by the following constants:
.NET Gigasoft.Enums. |
ActiveX and |
|
GradientStyle. |
DLL Constants |
Description |
NoGradient |
PEGS_NO_GRADIENT (0) |
No Gradient |
Vertical |
PEGS_VERTICAL (1) |
Gradient Top to Bottom |
Horizontal |
PEGS_HORIZONTAL (2) |
Gradient Left to Right |
LinearBarVertical |
PEGS_LINEAR_BAR_VERTICAL (3) |
Linear Bar Vertical |
LinearBarHorizontal |
PEGS_LINEAR_BAR_HORIZONTAL (4) |
Linear Bar Horizontal |
LinearBarDown |
PEGS_LINEAR_BAR_DOWN (5) |
Linear Bar Downward |
LinearBarUp |
PEGS_LINEAR_BAR_UP (6) |
Linear Bar Upward |
LinearDiagonalDown |
PEGS_LINEAR_DIAGONAL_DOWN (7) |
Linear Diagonal Downward |
LinearDiagonalUp |
PEGS_LINEAR_DIAGONAL_UP (8) |
Linear Diagonal Upward |
RectangleCross |
PEGS_RECTANGLE_CROSS (9) |
Rectangular Cross Pattern |
RectanglePlus |
PEGS_RECTANGLE_PLUS (10) |
Rectangular Plus Pattern |
RadialCentered |
PEGS_RADIAL_CENTERED (11) |
Radial, Bright Spot Centered |
RadialBottomRight |
PEGS_RADIAL_BOTTOM_RIGHT (12) |
Radial, Bright Spot Bottom Right |
RadialTopRight |
PEGS_RADIAL_TOP_RIGHT (13) |
Radial, Bright Spot Top Right |
RadialBottomLeft |
PEGS_RADIAL_BOTTOM_LEFT (14) |
Radial, Bright Spot Bottom Left |
RadialTopLeft
|
PEGS_RADIAL_TOP_LEFT (15) |
Radial, Bright Spot Top Left |
Comments
PePlot.ZoomWindow.GradientStyle members of Pego.PePlot.ZoomWindow, Pesgo.PePlot.ZoomWindow
See Also: ZoomWindowCustomColors, ZoomWindowGradientStart, ZoomWindowGradientEnd
|