Interface IRuleInfo
Represents a style rule
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRuleInfo
Properties
| Improve this Doc View SourceFilter
Gets the filter for this rule
Declaration
string Filter { get; }
Property Value
Type | Description |
---|---|
System.String |
IconBase64
Gets the icon for this rule
Declaration
string IconBase64 { get; }
Property Value
Type | Description |
---|---|
System.String |
LegendLabel
Gets the legend label for this rule
Declaration
string LegendLabel { get; }
Property Value
Type | Description |
---|---|
System.String |