Class StyleEval
Inheritance
System.Object
StyleEval
Assembly: BoldReports.UWP.dll
Syntax
public class StyleEval : Object
Constructors
StyleEval()
Declaration
Properties
Font
Declaration
public FontEval Font { get; set; }
Property Value
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Language
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TextDecoration
Declaration
public string TextDecoration { get; set; }
Property Value
Type |
Description |
System.String |
|
WritingMode
Declaration
public string WritingMode { get; set; }
Property Value
Type |
Description |
System.String |
|