Divider

This control provides a separator line much like an HTML <hr> tag.

Properties

Property

Type

Description

Thickness

string

The thickness of the line. Valid values are:

  • Thick - 2 pixels in height

  • Thicker - 4 pixels in height

  • Thickest - 8 pixels in height

If not specified, the default is 1 pixel.

Example

<Rock:Divider />

Tip: Use this with the margin helper CSS classes .my-12 to easily adjust the spacing around your divider.

<Rock:Divider StyleClass="my-24" />

Last updated

⚙️ Powered by Rock RMS