C# Class Serilog.Parsing.Alignment

A structure representing the alignment settings to apply when rendering a property.
显示文件 Open project: serilog/serilog Class Usage Examples

Public Methods

Method Description
Alignment ( AlignmentDirection direction, int width )

Initializes a new instance of Alignment.

Method Details

Alignment() public method

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.