Gets or sets the caption 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 string Caption { get; set; }Public Property Caption As String
	Get
	Set
public:
virtual property String^ Caption {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract Caption : string with get, set
override Caption : string with get, set
Property Value
Type: 
StringImplements
ILayerCaption
See Also