SectionTitle
Description
A heading used to label a section of a form or page, with optional subtitle and trailing actions. Pairs well with SectionStack and Card layouts.
Usage
API reference
public class SectionTitle : IComponent, IHasMarginPaddingA heading used to label a section of a form or page, with optional subtitle and trailing actions.
- Namespace
- Tesserae
- Implements
- IComponent, IHasMarginPadding
Constructors
| Name | Description |
|---|---|
| SectionTitle | Initializes a new instance of this class. |
Properties
| Name | Description |
|---|---|
| Margin | Gets or sets the CSS margin of the component. |
| Padding | Gets or sets the CSS padding of the component. |
public string Margin { get ; set ; }Gets or sets the CSS margin of the component.
Methods
| Name | Description |
|---|---|
| Render | Renders the component's root HTML element. |