MapShapeBase.EncapsulatedShape Property
Gets the shape.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected Shape EncapsulatedShape { get; }
protected:
property Shape^ EncapsulatedShape {
Shape^ get();
}
member EncapsulatedShape : Shape with get
Protected ReadOnly Property EncapsulatedShape As Shape
Property Value
Type: System.Windows.Shapes.Shape
Returns Shape.
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top