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 の指定した子要素の MapControl.NormalizedAnchorPoint XAML 添付プロパティの値。

適用対象

こちらもご覧ください