Click or drag to resize

LayerCollectionLayerSettings Property

Gets or sets the interface, which is used when the settings of a layer have to be shown. Due to the fact, that this class does not know the styles of the GUI, the dialogs are deferred to the client application implementing such an ILayerSettings-interface.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ILayerSettings LayerSettings { get; set; }

Property Value

Type: ILayerSettings
See Also