Gets or sets the opacity 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 double Opacity { get; set; }Public Property Opacity As Double
	Get
	Set
public:
virtual property double Opacity {
	double get () sealed;
	void set (double value) sealed;
}abstract Opacity : float with get, set
override Opacity : float with get, set
Property Value
Type: 
DoubleImplements
ILayerOpacity
See Also