Click or drag to resize

PaddingHorizontalAlignment Enumeration

Horizontal alignment for padding layout renderers.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum PaddingHorizontalAlignment
Members
  Member nameValueDescription
Left0 When layout text is too long, align it to the left (remove characters from the right).
Right1 When layout text is too long, align it to the right (remove characters from the left).
See Also