Click or drag to resize

IConsolePaneMapper Property

Gets the primary IMapper associated with the renderer for this pane. Note that not all renderers have a primary mapper so this may return null. This property should be used instead of MapperObject which returns the same result but untyped and is provided only for backward compatibility.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IMapper Mapper { get; }

Property Value

Type: IMapper
See Also