JVCL Help:TJvRadioGroup.EdgeInner
JVCL Help: TJvRadioGroup.EdgeInner Property
Search in JVCL Help
Search in all projectsSummary
Determines the border style for the control’s inner edge.
Pascal
propertyEdgeInner: TEdgeStyle;
Description
Use EdgeInner 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. EdgeInner specifies the appearance of the inner border. It can be raised (esRaised), lowered (esLowered), or left off altogether (esNone).
Use EdgeInner with EdgeOuter to give the component a three-dimensional look.
See Also
TJvRadioGroup.EdgeBorders, TJvRadioGroup.EdgeOuter
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