Class ParagraphStyle

    Definition

    Namespace:
    Tizen.NUI.MarkdownRenderer
    Assembly:
    Tizen.NUI.MarkdownRenderer.dll

    ParagraphStyle.

    public class ParagraphStyle
    Inheritance
    object
    ParagraphStyle

    Properties

    View Source

    FontColor

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type Description
    string
    View Source

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    string
    View Source

    FontSize

    Declaration
    public float FontSize { get; set; }
    Property Value
    Type Description
    float
    View Source

    LineHeight

    Declaration
    public float LineHeight { get; set; }
    Property Value
    Type Description
    float
    View Source

    StrikethroughThickness

    Declaration
    public int StrikethroughThickness { get; set; }
    Property Value
    Type Description
    int

    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