Interface IRuntimeMapLegendElement
Models a legend element
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRuntimeMapLegendElement
Properties
| Improve this Doc View SourceActuallyVisible
Gets whether the element is actually element
Declaration
bool ActuallyVisible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisplayInLegend
Gets whether the element will be shown in the legend
Declaration
bool DisplayInLegend { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExpandInLegend
Gets whether the element will be expanded in the legend
Declaration
bool ExpandInLegend { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LegendLabel
Gets the label of the element
Declaration
string LegendLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the element
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ObjectID
Gets the unique id of the element
Declaration
string ObjectID { get; }
Property Value
Type | Description |
---|---|
System.String |
ParentID
Gets the unique id of the element's parent
Declaration
string ParentID { get; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Gets whether the element is potentially
Declaration
bool Visible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |