C# Class Mapsui.Providers.Wms.Client.WmsLayerStyle

Structure for storing information about a WMS Layer Style
Mostra file Open project: pauldendulk/Mapsui

Public Properties

Property Type Description
Abstract string
LegendUrl WmsStyleLegend
Name string
StyleSheetUrl WmsOnlineResource
Title string

Property Details

Abstract public_oe property

Abstract
public string Abstract
return string

LegendUrl public_oe property

Legend
public WmsStyleLegend LegendUrl
return WmsStyleLegend

Name public_oe property

Name
public string Name
return string

StyleSheetUrl public_oe property

Style Sheet Url
public WmsOnlineResource StyleSheetUrl
return WmsOnlineResource

Title public_oe property

Title
public string Title
return string