MapTileSource.BoundsProperty Property

Definition

Identifies the Bounds dependency property.

public:
 static property DependencyProperty ^ BoundsProperty { DependencyProperty ^ get(); };
static DependencyProperty BoundsProperty();
public static DependencyProperty BoundsProperty { get; }
var dependencyProperty = MapTileSource.boundsProperty;
Public Shared ReadOnly Property BoundsProperty As DependencyProperty

Property Value

The identifier for the Bounds dependency property.

Applies to

See also