MapShapeBase::OpacityMask Property

Bing
 

Gets or sets the opacity mask for the shape.

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

public:
property Brush^ OpacityMask {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

Returns Brush.

Return to top
Show: