Click or drag to resize

PaddingHorizontalAlignment Enumeration

Horizontal alignment for padding layout renderers.

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