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.NormalizedAnchorPoint XAML 附加屬性的值,位於MapControl的指定子專案上。