Class LegendAdornmentLayer
public class LegendAdornmentLayer : AdornmentLayer
- Inheritance
-
LegendAdornmentLayer
- Inherited Members
Constructors
LegendAdornmentLayer()
public LegendAdornmentLayer()
Properties
ContentResizeMode
public LegendContentResizeMode ContentResizeMode { get; set; }
Property Value
Footer
public LegendItem Footer { get; set; }
Property Value
LegendItems
public GeoCollection<LegendItem> LegendItems { get; }
Property Value
Title
public LegendItem Title { get; set; }
Property Value
Methods
DrawCore(GeoCanvas, Collection<SimpleCandidate>)
protected override void DrawCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
canvas
GeoCanvaslabelsInAllLayers
Collection<SimpleCandidate>