Table of Contents

Class LegendAdornmentLayer

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class LegendAdornmentLayer : AdornmentLayer
Inheritance
LegendAdornmentLayer
Inherited Members

Constructors

LegendAdornmentLayer()

public LegendAdornmentLayer()

Properties

ContentResizeMode

public LegendContentResizeMode ContentResizeMode { get; set; }

Property Value

LegendContentResizeMode
public LegendItem Footer { get; set; }

Property Value

LegendItem

LegendItems

public GeoCollection<LegendItem> LegendItems { get; }

Property Value

GeoCollection<LegendItem>

Title

public LegendItem Title { get; set; }

Property Value

LegendItem

Methods

DrawCore(GeoCanvas, Collection<SimpleCandidate>)

protected override void DrawCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)

Parameters

canvas GeoCanvas
labelsInAllLayers Collection<SimpleCandidate>