Show / Hide Table of Contents

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 Source

Background

Цвет фона содержимого.

Declaration
public static string Background { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FontFamily

Семейство шрифта.

Declaration
public static string FontFamily { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FontSize

Размер шрифта.

Declaration
public static double FontSize { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

FontSizeUnit

Единица измерения размера шрифта.

Declaration
public static PrintSizeUnit FontSizeUnit { get; set; }
Property Value
Type Description
PrintSizeUnit
| Improve this Doc View Source

FontStretch

Степень растягивания шрифта по горизонтали.

Declaration
public static PrintFontStretch FontStretch { get; set; }
Property Value
Type Description
PrintFontStretch
| Improve this Doc View Source

FontStyle

Стиль шрифта.

Declaration
public static PrintFontStyle FontStyle { get; set; }
Property Value
Type Description
PrintFontStyle
| Improve this Doc View Source

FontVariant

Вертикальное выравнивание шрифта.

Declaration
public static PrintFontVariant FontVariant { get; set; }
Property Value
Type Description
PrintFontVariant
| Improve this Doc View Source

FontWeight

Насыщенность шрифта.

Declaration
public static PrintFontWeight FontWeight { get; set; }
Property Value
Type Description
PrintFontWeight
| Improve this Doc View Source

Foreground

Цвет содержимого.

Declaration
public static string Foreground { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TextCase

Регистр символов текста.

Declaration
public static PrintTextCase TextCase { get; set; }
Property Value
Type Description
PrintTextCase
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.