Class ParagraphStyle
Definition
- Namespace:
- Tizen.NUI.MarkdownRenderer
- Assembly:
- Tizen.NUI.MarkdownRenderer.dll
public class ParagraphStyle
- Inheritance
-
Properties
View Source
FontColor
Declaration
public string FontColor { get; set; }
Property Value
View Source
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
View Source
FontSize
Declaration
public float FontSize { get; set; }
Property Value
View Source
LineHeight
Declaration
public float LineHeight { get; set; }
Property Value
View Source
StrikethroughThickness
Declaration
public int StrikethroughThickness { get; set; }
Property Value
Extension Methods