WmsStyleLegend¶
Namespace: ThinkGeo.Core
Structure for storing WMS legend information.
public struct WmsStyleLegend
Inheritance Object → ValueType → WmsStyleLegend
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¶
Height¶
Gets or sets the height of the legend image, in pixels.
public int Height { get; set; }