MapControl.GetNormalizedAnchorPoint(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 添付プロパティの値。