[]
Abstract base class for types representing items in a map legend.
public abstract class LegendItemBase : MapOwnedItemBase, ILegendItem
| Name | Description |
|---|---|
| LegendItemBase() | |
| LegendItemBase(Map) |
| Name | Description |
|---|---|
| Caption | Gets or sets the text representing the current item in the legend. |
| CaptionXml | |
| DashStyle | |
| Fill | |
| Font | Gets or sets the font used to draw the current item's Caption. |
| Kind | |
| LineThickness | |
| MarkerShape | |
| MarkerSize | |
| Stroke | |
| TextColor | Gets or sets the color used to draw the current item's Caption. |
| Visible | Gets or sets the item's visibility. |
| Name | Description |
|---|---|
| OnItemSelectedInEditor() | Called by design time editor when item is selected. Allows to update readonly-ness of properties depending on values etc. |
| ShouldSerializeCaption() |