Class StyleVal
Inheritance
System.Object
StyleVal
Assembly: BoldReports.UWP.dll
Syntax
public class StyleVal : Object
Constructors
StyleVal()
Declaration
Properties
Font
Declaration
public FontVal 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 |
|