Interface IPointVectorStyle2
A point 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 IPointVectorStyle2 : IPointVectorStyle, IVectorStyle, IRuleCollection<IPointRule>, 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 |
|