Declaration
property GripPenColor: TColor;
Description
Specifies the pen (border) color of all grips.
Note:
◼The brush color is specified by
GripColorDefault, or for individual grips with
GripsColor.
◼This value may be overridden by VCL theming colors. Set
EnableTheming to False to prevent this
Default: clBlack
Example
RulerBox1.GripPenColor := clNavy;
See Also
◼GripColorDefault
◼GripsColor