Class FontStyleModel
Inheritance
System.Object
FontStyleModel
Assembly: BoldReports.UWP.dll
Syntax
public class FontStyleModel : Object
Constructors
FontStyleModel()
Declaration
Properties
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
Type |
Description |
System.String |
|