Click or drag to resize

PaddingHorizontalAlignment Enumeration

Horizontal alignment for padding layout renderers.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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