Class FontEval
Inheritance
System.Object
FontEval
Assembly: BoldReports.UWP.dll
Syntax
public class FontEval : Object
Constructors
FontEval()
Declaration
Properties
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
public Nullable<double> FontSize { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|