JVCL Help:TJvXPGradientStyle

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the available styles for a gradient.

run\JvXPCore.pas


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.

run\JvXPCore.pas


Description

TJvXPGradientStyle is used for the Style property of the TJvXPGradient class. TJvXPGradientStyle describes where the StartColor of the gradient have its origin.

run\JvXPCore.pas


See Also

TJvXPGradient

run\JvXPCore.pas


About

Navigation

no pages or subcategories

run\JvXPCore.pas



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