Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the stroke color of the shape.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Brush Stroke { get; set; }
public:
property Brush^ Stroke {
Brush^ get();
void set(Brush^ value);
}
member Stroke : Brush with get, set
Public Property Stroke As Brush
Property Value
Type: System.Windows.Media.Brush
Returns Brush.
Remarks
??? slsnip_shapes_xaml
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top