JVCL Help:TJvRadioGroup.EdgeOuter

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the border style for the control’s outer edge.


Pascal

 propertyEdgeOuter: TEdgeStyle;


Description

Use EdgeOuter to provide the control with a three-dimensional beveled look. A control has two borders on each side, an outer border drawn next to the outer edge, and an inner border drawn inside the outer border. EdgeOuter specifies the appearance of the outer border. It can be raised (esRaised), lowered (esLowered), or left off altogether (esNone).
Use EdgeOuter with EdgeInner to give the component a three-dimensional look.


See Also

TJvRadioGroup.EdgeBorders, TJvRadioGroup.EdgeInner


About

Notes

The EdgeInner property has an effect only on the sides specified by the EdgeBorders property.


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