Padder
ClassFor examples and usage details, see the component documentation.
View Padder ComponentNamespace:
RazorConsole.ComponentsAssembly:
RazorConsole.CoreDefinition
public class Padder : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderConstructors
1| Name | Type | Description |
|---|---|---|
Padder() | Constructor | — |
Properties
2| Name | Type | Description |
|---|---|---|
Common | ||
ChildContent | RenderFragment | Content to which padding will be applied. |
Other | ||
Padding | Padding | Padding to apply as (left, top, right, bottom) in characters. Default is (0, 0, 0, 0). Example: new Padding(2, 1, 2, 1) adds 2 characters horizontally and 1 line vertically. |
Methods
1| Name | Type | Description |
|---|---|---|
BuildRenderTree(RenderTreeBuilder)() | Method | — |