MapControl.CenterProperty Property

Definition

Identifies the Center dependency property.

public:
 static property DependencyProperty ^ CenterProperty { DependencyProperty ^ get(); };
static DependencyProperty CenterProperty();
public static DependencyProperty CenterProperty { get; }
var dependencyProperty = MapControl.centerProperty;
Public Shared ReadOnly Property CenterProperty As DependencyProperty

Property Value

The identifier for the Center dependency property.

Applies to

See also