Class FontConfiguration
public class FontConfiguration
- Inheritance
-
FontConfiguration
- Inherited Members
Properties
BackgroundColor
public string BackgroundColor { get; set; }
Property Value
FontColor
public string FontColor { get; set; }
Property Value
FontName
public string FontName { get; set; }
Property Value
FontSize
public int FontSize { get; set; }
Property Value
Transparent
public bool Transparent { get; set; }