Class CodeStyle
Definition
- Namespace:
- Tizen.NUI.MarkdownRenderer
- Assembly:
- Tizen.NUI.MarkdownRenderer.dll
- Inheritance
-
Properties
View Source
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
View Source
CornerRadius
Declaration
public float CornerRadius { get; set; }
Property Value
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
Padding
Declaration
public int Padding { get; set; }
Property Value
View Source
TitleBackgroundColor
Declaration
public string TitleBackgroundColor { get; set; }
Property Value
View Source
TitleFontColor
Declaration
public string TitleFontColor { get; set; }
Property Value
View Source
TitleFontFamily
Declaration
public string TitleFontFamily { get; set; }
Property Value
View Source
TitleFontSize
Declaration
public float TitleFontSize { get; set; }
Property Value
Extension Methods