MapShapeBase.Opacity Property

 

Gets or sets the opacity of the shape.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public double Opacity { get; set; }
public:
property double Opacity {
    double get();
    void set(double value);
}
member Opacity : float with get, set
Public Property Opacity As Double

Property Value

Type: System.Double

Returns Double.

Remarks

??? slsnip_shapes_xaml

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top