LegendItem Class
Definition
Represents an item in the map legend.
public class LegendItem
Constructors
| Name | Description |
|---|---|
| LegendItem | No summary available. |
LegendItem Constructor
public LegendItem()
Properties
| Name | Description |
|---|---|
| Fill | Gets or sets the fill brush. |
| Label | Gets or sets the legend text displayed for the item. |
Fill Property
Gets or sets the fill brush.
public Avalonia.Media.IBrush Fill { get; set; }
Label Property
Gets or sets the legend text displayed for the item.
public string Label { get; set; }