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; }
Public Property LayerSettings As ILayerSettings
Get
Set
public:
property ILayerSettings^ LayerSettings {
ILayerSettings^ get ();
void set (ILayerSettings^ value);
}
member LayerSettings : ILayerSettings with get, set
Property Value
Type:
ILayerSettingsSee Also