 | NdcLayoutRendererBottomFrames Property |
Gets or sets the number of bottom stack frames to be rendered.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic int BottomFrames { get; set; }
Public Property BottomFrames As Integer
Get
Set
Dim instance As NdcLayoutRenderer
Dim value As Integer
value = instance.BottomFrames
instance.BottomFrames = value
member BottomFrames : int with get, set
Property Value
Type:
Int32
See Also