Class MarkdownStyle
Definition
- Namespace:
- Tizen.NUI.MarkdownRenderer
- Assembly:
- Tizen.NUI.MarkdownRenderer.dll
Provides a lightweight, centralized style configuration for Markdown UI rendering.
Shares style settings across all Markdown UI components via reference. Simple and efficient: avoids property setters, deep copies, and event bindings. Enables fast, memory-efficient view creation with a single set of style instances. Easy style access for all block and inline types (paragraphs, headings, tables, code, etc.).
public class MarkdownStyle
- Inheritance
-
objectMarkdownStyle
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Constructors
View SourceMarkdownStyle()
MarkdownStyle.
Declaration
public MarkdownStyle()
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Properties
View SourceCode
CodeStyle.
Declaration
public CodeStyle Code { get; }
Property Value
| Type | Description |
|---|---|
| CodeStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Common
CommonStyle.
Declaration
public CommonStyle Common { get; }
Property Value
| Type | Description |
|---|---|
| CommonStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Heading
HeadingStyle.
Declaration
public HeadingStyle Heading { get; }
Property Value
| Type | Description |
|---|---|
| HeadingStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
List
ListStyle.
Declaration
public ListStyle List { get; }
Property Value
| Type | Description |
|---|---|
| ListStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Paragraph
ParagraphStyle.
Declaration
public ParagraphStyle Paragraph { get; }
Property Value
| Type | Description |
|---|---|
| ParagraphStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Quote
QuoteStyle.
Declaration
public QuoteStyle Quote { get; }
Property Value
| Type | Description |
|---|---|
| QuoteStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
Table
TableStyle.
Declaration
public TableStyle Table { get; }
Property Value
| Type | Description |
|---|---|
| TableStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.
ThematicBreak
ThematicBreakStyle.
Declaration
public ThematicBreakStyle ThematicBreak { get; }
Property Value
| Type | Description |
|---|---|
| ThematicBreakStyle |
Remarks
Note: Changes to style properties at runtime are not automatically propagated to already rendered UI. To apply updated style values, re-render the Markdown content.