TdxControlFrameOptions.Color Property
Specifies the color of all visible frame borders.
Declaration
property Color: TColor read; write; default clDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TColor | clDefault | The color of all frame borders. |
Remarks
Use the Color property to change the frame border color. If this property is set to clDefault, the frame border color depends on the framed control’s look & feel settings.
The Color property’s default value is clDefault.
See Also