Skip to content

WmsStyleLegend

Namespace: ThinkGeo.Core

Structure for storing WMS legend information.

public struct WmsStyleLegend

Inheritance ObjectValueTypeWmsStyleLegend

Fields

OnlineResource

Gets or sets the resource containing the legend image.

public WmsOnlineResource OnlineResource;

Properties

Width

Gets or sets the width of the legend image, in pixels.

public int Width { get; set; }

Property Value

Int32

Height

Gets or sets the height of the legend image, in pixels.

public int Height { get; set; }

Property Value

Int32