Class PrintViewDefaults.Text
Настройки по умолчанию для PrintFont.
Inheritance
System.Object
PrintViewDefaults.Text
Namespace:InfinniPlatform.PrintView.Defaults
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public static class Text : object
Properties
| Improve this Doc View SourceBackground
Цвет фона содержимого.
Declaration
public static string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
Семейство шрифта.
Declaration
public static string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Размер шрифта.
Declaration
public static double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FontSizeUnit
Единица измерения размера шрифта.
Declaration
public static PrintSizeUnit FontSizeUnit { get; set; }
Property Value
Type | Description |
---|---|
PrintSizeUnit |
FontStretch
Степень растягивания шрифта по горизонтали.
Declaration
public static PrintFontStretch FontStretch { get; set; }
Property Value
Type | Description |
---|---|
PrintFontStretch |
FontStyle
Стиль шрифта.
Declaration
public static PrintFontStyle FontStyle { get; set; }
Property Value
Type | Description |
---|---|
PrintFontStyle |
FontVariant
Вертикальное выравнивание шрифта.
Declaration
public static PrintFontVariant FontVariant { get; set; }
Property Value
Type | Description |
---|---|
PrintFontVariant |
FontWeight
Насыщенность шрифта.
Declaration
public static PrintFontWeight FontWeight { get; set; }
Property Value
Type | Description |
---|---|
PrintFontWeight |
Foreground
Цвет содержимого.
Declaration
public static string Foreground { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextCase
Регистр символов текста.
Declaration
public static PrintTextCase TextCase { get; set; }
Property Value
Type | Description |
---|---|
PrintTextCase |