Interface IVectorRule
Base interface for style rules of all geometric types
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IVectorRule
Properties
| Improve this Doc View SourceFilter
Gets or sets the filter for this rule
Declaration
string Filter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LegendLabel
Gets or sets the label for the rule to be displayed in the legend
Declaration
string LegendLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |