Interface IMapLegendElementBase
Base legend element
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapLegendElementBase : INotifyPropertyChanged
Properties
| Improve this Doc View SourceExpandInLegend
Gets or sets a value indicating whether [expand in legend].
Declaration
bool ExpandInLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LegendLabel
Gets or sets the legend label.
Declaration
string LegendLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The legend label. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ShowInLegend
Gets or sets a value indicating whether [show in legend].
Declaration
bool ShowInLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|