C# 클래스 Serilog.Parsing.Alignment

A structure representing the alignment settings to apply when rendering a property.
파일 보기 프로젝트 열기: serilog/serilog 1 사용 예제들

공개 메소드들

메소드 설명
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.