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
    object
    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.

    Constructors

    View Source

    MarkdownStyle()

    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 Source

    Code

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX