Click or drag to resize

SimpleLayout Properties

The SimpleLayout type exposes the following members.

Properties
  NameDescription
Public propertyFixedText
Get the fixed text. Only set when IsFixedText is true
Public propertyIsFixedText
Is the message fixed? (no Layout renderers used)
Public propertyLayoutRenderers
Gets a collection of LayoutRenderer objects that make up this layout.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Layout.)
Public propertyOriginalText
Original text before compile to Layout renderes
Public propertyRenderers
Gets a collection of LayoutRenderer objects that make up this layout.
Public propertyStackTraceUsage
Gets the level of stack trace information required for rendering.
Public propertyText
Gets or sets the layout text.
Top
See Also