Share via


MapLayer.PositionRectangleProperty Field

 

Identifies the PositionRectangle dependency property.

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

Syntax

public static readonly DependencyProperty PositionRectangleProperty
public:
static initonly DependencyProperty^ PositionRectangleProperty
static val PositionRectangleProperty : DependencyProperty
Public Shared ReadOnly PositionRectangleProperty As DependencyProperty

Field Value

Type: System.Windows.DependencyProperty

Remarks

Note

The child element should not have its Width and Height properties defined, instead its HorizontalAlign and VerticalAlign should both be set to Stretch.

See Also

MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top