C# Class Serilog.Parsing.Alignment

A structure representing the alignment settings to apply when rendering a property.
Afficher le fichier Open project: serilog/serilog Class Usage Examples

Méthodes publiques

Méthode Description
Alignment ( AlignmentDirection direction, int width )

Initializes a new instance of Alignment.

Method Details

Alignment() public méthode

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.