JVCL Help:TJvFullColorTrackBar.ColorOrientation

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

Search in JVCL Help

 
Search in all projects
 

Summary

Orientation of the color space axis.


Pascal

 propertyColorOrientation: TJvFullColorOrientation;


Description

This property changes the orientation of the color space axis. Its effect depends on the Orientation property.
If the Orientation property is trHorizontal :

  • ArrowPosition = coNormal : the lower value of the axis is located at the left side of thecontrol, the higher value of the axis is located at the right side of the control.
  • ArrowPosition = coOpposite : the lower value of the axis is located at the right side of the control, the higher value of the axis is located at the left side of the control.

If the Orientation property is trVertical :

  • ArrowPosition = coNormal : the lower value of the axis is located at the top side of the control, the higher value of the axis is located at the bottom side of the control.
  • ArrowPosition = coOpposite : the lower value of the axis is located at the bottom side of the control, the higher value of the axis is located at the top side of the control.


See Also

TJvFullColorTrackBar.Orientation, TJvFullColorComponent.AxisConfig


About

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