共用方式為


MapControl.GetNormalizedAnchorPoint(DependencyObject) 方法

定義

MapControl的指定子專案取得MapControl.NormalizedAnchorPoint XAML 附加屬性的值。 錨點是位於MapControl.Location附加屬性所指定之 MapControl點之子項目上的點。

public:
 static Point GetNormalizedAnchorPoint(DependencyObject ^ element);
 static Point GetNormalizedAnchorPoint(DependencyObject const& element);
public static Point GetNormalizedAnchorPoint(DependencyObject element);
function getNormalizedAnchorPoint(element)
Public Shared Function GetNormalizedAnchorPoint (element As DependencyObject) As Point

參數

element
DependencyObject

要從中讀取屬性值的項目。

傳回

MapControl.NormalizedAnchorPoint XAML 附加屬性的值,位於MapControl的指定子專案上。

適用於

另請參閱