Name | Description | |
---|---|---|
MapLegend Constructor | Initializes a new instance of the MapLegend class. |
The following tables list the members exposed by MapLegend.
Name | Description | |
---|---|---|
MapLegend Constructor | Initializes a new instance of the MapLegend class. |
Name | Description | |
---|---|---|
AutoFitTextDisabled | Gets or sets text will not be autosized to fit in the legend area. An expression should evaluate to a System.Boolean. | |
EquallySpacedItems | Gets or sets legend items should be equally spaced. An expression should evaluate to a System.Boolean. | |
InterlacedRows | Gets or sets legend rows should use interlaced colors. An expression should evaluate to a System.Boolean. | |
InterlacedRowsColor | The background color to use for interlaced legend rows. The default value is LightGray. | |
Layout | The arrangement of labels within the legend. That evaluates to one of MapLegend.LegendLayout. The default value is MapLegend.LegendLayout.AutoTable. | |
MapLegendTitle | Title displays in the legend. | |
MinFontSize | Minimum size for autosized legend text. An expression should evaluate to a Length. The default value is 7pt. | |
Name | Name of the legend. | |
TextWrapThreshold | Number of characters after which the legend text wraps. An expression should evaluate to a System.Int32. The default value is 25. |