Interface IAreaVectorStyle2
An area vector style introduced in the v1.3.0 layer definition schema
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IAreaVectorStyle2 : IAreaVectorStyle, IVectorStyle, IRuleCollection<IAreaRule>, IRuleCollection
Properties
| Improve this Doc View SourceShowInLegend
Gets or sets a value indicating whether [show in legend].
Declaration
bool ShowInLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|