Interface ILineVectorStyle2
A line 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 ILineVectorStyle2 : ILineVectorStyle, IVectorStyle, IRuleCollection<ILineRule>, 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 |
|