C# Класс Serilog.Parsing.Alignment

A structure representing the alignment settings to apply when rendering a property.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Alignment ( AlignmentDirection direction, int width )

Initializes a new instance of Alignment.

Описание методов

Alignment() публичный Метод

Initializes a new instance of Alignment.
public Alignment ( AlignmentDirection direction, int width )
direction AlignmentDirection The text alignment direction.
width int The width of the text, in characters.