TdxLayoutLookAndFeelItemOptions.ControlBorderColor Property
Specifies the border color of the control linked to a standard layout item.
Declaration
property ControlBorderColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Use the ControlBorderColor property to read or set the border color of the item’s linked control associated with a specific look & feel style. This property includes a TColor type that is used to specify the control’s border color.
The default value of the ControlBorderColor property is clDefault.
See Also