MarkdownHeading Class
Definition
A Avalonia.Controls.Documents.Paragraph that represents a markdown heading (H1-H6). Carries the heading level as a typed property so it survives element realization and is authorable through the FlowDocument API; the "header" / "h{level}" CSS classes remain the styling surface.
public class MarkdownHeading
Constructors
| Name | Description |
|---|---|
| MarkdownHeading | No summary available. |
MarkdownHeading Constructor
public MarkdownHeading()
Properties
| Name | Description |
|---|---|
| Level | Gets or sets the heading level (1-6). |
Level Property
Gets or sets the heading level (1-6).
public int Level { get; set; }
Fields
| Name | Description |
|---|---|
| LevelProperty | Defines the Avalonia.Controls.Documents.MarkdownHeading.Level property. |
LevelProperty Field
Defines the Avalonia.Controls.Documents.MarkdownHeading.Level property.
public Avalonia.StyledProperty<int> LevelProperty