JVCL Help:TJvXPGradientStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPGradientStyle type
Search in JVCL Help
Search in all projectsSummary
Defines the available styles for a gradient.
Pascal
run\JvXPCore.pas
TJvXPGradientStyle = (
gsLeft,
gsTop,
gsRight,
gsBottom
);
Members
Members | Description |
gsLeft | The gradient starts at the left edge of the image and moves to the right. |
gsTop | The gradient starts at the top edge of the image and moves down. |
gsRight | The gradient starts at the right edge of the image and moves left. |
gsBottom | The gradient starts at the bottom edge of the image and moves upwards. |
Description
TJvXPGradientStyle is used for the Style property of the TJvXPGradient class. TJvXPGradientStyle describes where the StartColor of the gradient have its origin.
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page