Outline

Properties related to outlines

Outlines are the same as Borders, except one layer outward.

In normal CSS, outlines are declared with a single property, but in Delphi, outlines are treated the same as padding, just with a different color (set with outline-color)

FieldValue
CascadesNo
Default value0

Outlines can be set individually with these properties:

  • outline-top
  • outline-right
  • outline-bottom
  • outline-left

Or defined with the outline shorthand.

Outline color is determined by the outline-color property.

See also