Gets or sets the icon of the layer. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Layers
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic ImageSource Icon { get; set; }Public Property Icon As ImageSource
	Get
	Set
public:
virtual property ImageSource^ Icon {
	ImageSource^ get () sealed;
	void set (ImageSource^ value) sealed;
}abstract Icon : ImageSource with get, set
override Icon : ImageSource with get, set
Property Value
Type: 
ImageSourceImplements
ILayerIcon
See Also