MapControl 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表地球的象徵或相片現實地圖。
public ref class MapControl sealed : Control
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.UI.Xaml.Markup.ContentProperty(Name="Children")]
class MapControl final : Control
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.UI.Xaml.Markup.ContentProperty(Name="Children")]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class MapControl final : Control
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.UI.Xaml.Markup.ContentProperty(Name="Children")]
public sealed class MapControl : Control
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.UI.Xaml.Markup.ContentProperty(Name="Children")]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MapControl : Control
Public NotInheritable Class MapControl
Inherits Control
<!-- xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps" -->
<Maps:MapControl/>
- or -
<Maps:MapControl></Maps:MapControl>
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
重要
Bing 地圖服務企業版服務淘汰
來自 Windows.Services.Maps 命名空間的 UWP MapControl 和地圖服務依賴 Bing 地圖服務。 Bing Enterprise 地圖服務已被取代,且將會淘汰,此時 MapControl 和服務將不再接收數據。
如需詳細資訊,請參閱 Bing 地圖服務開發人員中心 和 Bing 地圖服務檔。
XAML 附加屬性
MapControl 是數個 XAML 附加屬性的主機服務類別,。
為了支援 XAML 處理器存取附加屬性,而且為了公開對等 取得,並將 設定為程式代碼 作業,每個 XAML 附加屬性都有一對 Get 和 Set 存取子方法。 在程序代碼中取得或設定值的另一種方法是使用相依性屬性系統,呼叫 GetValue 或 SetValue,並將標識符欄位傳遞為相依性屬性標識符。
附加屬性 | 描述 |
---|---|
位置 | 取得或設定 MapControl 之子專案的位置。 |
NormalizedAnchorPoint | 取得或設定 MapControl 子專案的錨點。 |
版本歷程記錄
Windows 版本 | SDK 版本 | 增加值 |
---|---|---|
1511 | 10586 | MapRightTapped |
1607 | 14393 | BusinessLandmarksEnabled |
1607 | 14393 | GetVisibleRegion |
1607 | 14393 | TransitFeaturesEnabled |
1703 | 15063 | FindMapElementsAtOffset(Point,Double) |
1703 | 15063 | GetLocationFromOffset(Point,AltitudeReferenceSystem,Geopoint&) |
1703 | 15063 | MapContextRequested |
1703 | 15063 | MapProjection |
1703 | 15063 | StartContinuousPan |
1703 | 15063 | StopContinuousPan |
1703 | 15063 | StyleSheet |
1703 | 15063 | TryPanAsync |
1703 | 15063 | TryPanToAsync |
1703 | 15063 | ViewPadding |
1709 | 16299 | 層 |
1709 | 16299 | TryGetLocationFromOffset(Point,Geopoint&) |
1709 | 16299 | TryGetLocationFromOffset(Point,AltitudeReferenceSystem,Geopoint&) |
1803 | 17134 | 地區 |
1903 | 18362 | CanTiltDown |
1903 | 18362 | CanTiltUp |
1903 | 18362 | CanZoomIn |
1903 | 18362 | CanZoomOut |
建構函式
MapControl() |
初始化 mapControl 類別 |
屬性
AccessKey |
取得或設定這個項目的訪問鍵(助記鍵)。 (繼承來源 UIElement) |
AccessKeyScopeOwner |
取得或設定來源專案,提供這個專案的存取鍵範圍,即使它不在來源專案的可視化樹狀結構中也一樣。 (繼承來源 UIElement) |
ActualCamera |
取得定義相機目前位置的 MapCamera 設定。 |
ActualHeight |
取得 FrameworkElement的呈現高度。 請參閱。 (繼承來源 FrameworkElement) |
ActualOffset |
取得這個 UIElement 的位置,相對於其父系,在版面配置程式的排列階段期間計算。 (繼承來源 UIElement) |
ActualSize |
取得此 UIElement 在版面配置程式的排列階段期間計算的大小。 (繼承來源 UIElement) |
ActualTheme |
取得專案目前使用的UI主題,該主題可能與 requestedTheme |
ActualWidth |
取得 FrameworkElement的轉譯寬度。 請參閱。 (繼承來源 FrameworkElement) |
AllowDrop |
取得或設定值,這個值會決定這個 UIElement 是否可以是拖放作業的置放目標。 (繼承來源 UIElement) |
AllowFocusOnInteraction |
取得或設定值,這個值表示當使用者與其互動時,專案是否會自動取得焦點。 (繼承來源 FrameworkElement) |
AllowFocusWhenDisabled |
取得或設定停用的控制項是否可以接收焦點。 (繼承來源 FrameworkElement) |
Background |
取得或設定提供控件背景的筆刷。 (繼承來源 Control) |
BackgroundSizing |
取得或設定值,這個值表示背景與這個專案框線的關聯程度。 (繼承來源 Control) |
BaseUri |
取得統一資源識別元 (URI),代表 XAML 載入時間 XAML 建構物件的基底統一資源識別碼 (URI)。 這個屬性適用於運行時間統一資源識別元 (URI) 解析。 (繼承來源 FrameworkElement) |
BorderBrush |
取得或設定描述控制件框線填滿的筆刷。 (繼承來源 Control) |
BorderThickness |
取得或設定控件的框線粗細。 (繼承來源 Control) |
BusinessLandmarksEnabled |
這個屬性未實作。 |
BusinessLandmarksEnabledProperty |
這個屬性未實作。 |
BusinessLandmarksVisible |
取得或設定值,指出企業是否在地圖上顯示。 |
BusinessLandmarksVisibleProperty |
識別 BusinessLandmarksVisible 相依性屬性。 |
CacheMode |
取得或設定值,這個值表示轉譯的內容應該盡可能快取為複合位圖。 (繼承來源 UIElement) |
CanBeScrollAnchor |
取得或設定值,這個值表示 UIElement 是否為卷動錨定候選專案。 (繼承來源 UIElement) |
CanDrag |
取得或設定值,這個值表示專案是否可以拖曳為拖放作業中的數據。 (繼承來源 UIElement) |
CanTiltDown |
取得值,指出地圖是否可以向下傾斜 |
CanTiltDownProperty |
識別 CanTiltDown 相依性屬性。 |
CanTiltUp |
取得值,指出地圖是否可以向上傾斜 |
CanTiltUpProperty |
識別 CanTiltUp 相依性屬性。 |
CanZoomIn |
取得值,指出地圖是否可以放大 |
CanZoomInProperty |
識別 CanZoomIn 相依性屬性。 |
CanZoomOut |
取得值,指出地圖是否可以縮小 |
CanZoomOutProperty |
識別 CanZoomOut 相依性屬性。 |
Center |
取得或設定地圖的中心。 |
CenterPoint |
取得或設定專案的中心點,也就是發生旋轉或縮放的點。 影響項目的轉譯位置。 (繼承來源 UIElement) |
CenterProperty |
識別 中心 相依性屬性。 |
CharacterSpacing |
取得或設定字元之間的統一間距,單位為 1/1000 em。 (繼承來源 Control) |
Children |
取得物件集合,這些對像是 mapControl |
ChildrenProperty |
識別 Children 相依性屬性。 |
Clip |
取得或設定 RectangleGeometry,用來定義 UIElement內容的大綱。 (繼承來源 UIElement) |
ColorScheme |
取得或設定地圖的色彩配置,例如淺色或深色。 |
ColorSchemeProperty |
識別 ColorScheme 相依性屬性。 |
CompositeMode |
取得或設定屬性,這個屬性會宣告其父版面配置和視窗中專案的替代組合和混合模式。 這與混合 XAML/Microsoft DirectX UI 相關的元素相關。 (繼承來源 UIElement) |
ContextFlyout |
取得或設定與這個項目相關聯的飛出視窗。 (繼承來源 UIElement) |
CornerRadius |
取得或設定控件框線角落的半徑。 (繼承來源 Control) |
CustomExperience |
取得或設定 MapControl的自定義體驗。 |
DataContext |
取得或設定 FrameworkElement的數據內容。 數據內容的常見用法是當 FrameworkElement 使用 {Binding} 標記延伸並參與數據系結時。 (繼承來源 FrameworkElement) |
DefaultStyleKey |
取得或設定參考控件預設樣式的索引鍵。 自定義控件的作者會使用這個屬性來變更其控件所使用的樣式預設值。 (繼承來源 Control) |
DefaultStyleResourceUri |
取得或設定包含控制項預設樣式的資源檔案路徑。 (繼承來源 Control) |
DesiredPitch |
取得或設定值,這個值表示您希望地圖傾斜的程度。 有時無法設定所需的音調。 |
DesiredPitchProperty |
識別 desiredPitch 相依性屬性 |
DesiredSize |
取得這個 UIEl ement 在版面配置程式量值階段期間計算的大小。 (繼承來源 UIElement) |
Dispatcher |
取得與這個對象相關聯的 CoreDispatcher。 CoreDispatcher 代表可以存取 UI 線程上 DependencyObject 的功能,即使程式代碼是由非 UI 線程起始也一樣。 (繼承來源 DependencyObject) |
ElementSoundMode |
取得或設定值,指定控件是否播放音效的喜好設定。 (繼承來源 Control) |
ExitDisplayModeOnAccessKeyInvoked |
取得或設定值,指定叫用存取金鑰時是否關閉存取金鑰顯示。 (繼承來源 UIElement) |
FlowDirection |
取得或設定文字和其他UI元素在控制其版面配置的任何父元素內流動的方向。 這個屬性可以設定為 LeftToRight 或 RightToLeft。 在任何元素上將 FlowDirection 設定為 RightToLeft,會將對齊順序設定為從右至左,並將控件的版面配置從右至左流動。 (繼承來源 FrameworkElement) |
FocusState |
取得值,指定這個控件是否具有焦點,以及取得焦點的模式。 (繼承來源 Control) |
FocusVisualMargin |
取得或設定 FrameworkElement焦點視覺效果的外部邊界。 (繼承來源 FrameworkElement) |
FocusVisualPrimaryBrush |
取得或設定筆刷,用來繪製 |
FocusVisualPrimaryThickness |
取得或設定 FrameworkElement之 |
FocusVisualSecondaryBrush |
取得或設定筆刷,用來繪製 |
FocusVisualSecondaryThickness |
取得或設定 FrameworkElement之 |
FontFamily |
取得或設定用來在控件中顯示文字的字型。 (繼承來源 Control) |
FontSize |
取得或設定這個控制件中的文字大小。 (繼承來源 Control) |
FontStretch |
取得或設定字型在畫面上壓縮或展開的程度。 (繼承來源 Control) |
FontStyle |
取得或設定呈現文字的樣式。 (繼承來源 Control) |
FontWeight |
取得或設定指定字型的粗細。 (繼承來源 Control) |
Foreground |
取得或設定描述前景色彩的筆刷。 (繼承來源 Control) |
Heading |
取得或設定地圖的方向標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。 |
HeadingProperty |
識別 標題 相依性屬性。 |
Height |
取得或設定 FrameworkElement的建議高度。 (繼承來源 FrameworkElement) |
HighContrastAdjustment |
取得或設定值,這個值表示當啟用高對比度主題時,架構是否會自動調整專案的視覺屬性。 (繼承來源 UIElement) |
HorizontalAlignment |
取得或設定在版面配置父系中組成時,套用至 FrameworkElement 的水準對齊特性,例如面板或專案控件。 (繼承來源 FrameworkElement) |
HorizontalContentAlignment |
取得或設定控件內容的水準對齊方式。 (繼承來源 Control) |
Is3DSupported |
取得值,這個值表示地圖內是否支援 3D。 |
Is3DSupportedProperty |
識別 Is3DSupported 相依性屬性。 |
IsAccessKeyScope |
取得或設定值,這個值表示專案是否定義自己的訪問鍵範圍。 (繼承來源 UIElement) |
IsDoubleTapEnabled |
取得或設定值,這個值會決定 DoubleTapped 事件是否源自該專案。 (繼承來源 UIElement) |
IsEnabled |
取得或設定值,指出使用者是否可以與控件互動。 (繼承來源 Control) |
IsFocusEngaged |
取得或設定值,指出焦點是否限制在控制界限內(適用於遊戲板/遠端互動)。 (繼承來源 Control) |
IsFocusEngagementEnabled |
取得或設定值,指出焦點是否可以限制在控制界限內(適用於遊戲板/遠端互動)。 (繼承來源 Control) |
IsHitTestVisible |
取得或設定這個 UIElement 是否可傳回 true 值以進行點擊測試。 (繼承來源 UIElement) |
IsHoldingEnabled |
取得或設定值,這個值會決定 Holding 事件是否源自該專案。 (繼承來源 UIElement) |
IsLoaded |
取得值,這個值表示專案是否已新增至專案樹狀結構,並且已準備好進行互動。 (繼承來源 FrameworkElement) |
IsRightTapEnabled |
取得或設定值,這個值會決定 rightTapped 事件是否源自該專案。 (繼承來源 UIElement) |
IsStreetsideSupported |
取得值,這個值表示地圖內是否支援 Streetside。 |
IsStreetsideSupportedProperty |
識別 IsStreetsideSupported 相依性屬性。 |
IsTabStop |
取得或設定值,指出控件是否包含在索引標籤導覽中。 (繼承來源 Control) |
IsTapEnabled |
取得或設定值,這個值會決定點選 事件 |
IsTextScaleFactorEnabled |
取得或設定是否啟用自動文字放大,以反映系統文字大小設定。 (繼承來源 Control) |
KeyboardAcceleratorPlacementMode |
取得或設定值,這個值表示控件是否 工具提示 顯示其相關聯鍵盤快捷方式的按鍵組合。 (繼承來源 UIElement) |
KeyboardAcceleratorPlacementTarget |
取得或設定值,這個值表示顯示快速鍵組合的控件 工具提示。 (繼承來源 UIElement) |
KeyboardAccelerators |
取得使用鍵盤叫用動作的按鍵組合集合。 快捷鍵通常會指派給按鈕或功能表項。
|
KeyTipHorizontalOffset |
取得或設定值,這個值表示索引鍵提示相對於UIElement放置的左邊或右邊。 (繼承來源 UIElement) |
KeyTipPlacementMode |
取得或設定值,這個值表示存取密鑰提示相對於 UIElement 界限的位置。 (繼承來源 UIElement) |
KeyTipTarget |
取得或設定值,這個值表示以訪問鍵提示為目標的專案。 (繼承來源 UIElement) |
KeyTipVerticalOffset |
取得或設定值,這個值表示索引鍵提示相對於UI元素的上移或下移。 (繼承來源 UIElement) |
LandmarksVisible |
取得或設定值,指出是否在地圖上顯示 3D 建築物。 |
LandmarksVisibleProperty |
識別 LandmarksVisible 相依性屬性。 |
Language |
取得或設定適用於 FrameworkElement的當地語系化/全球化語言資訊,以及套用至物件表示法和 UI 中目前 FrameworkEl ement 的所有子元素。 (繼承來源 FrameworkElement) |
Layers | |
LayersProperty |
識別 層 相依性屬性。 |
Lights |
取得附加至這個專案 XamlLight 物件的集合。 (繼承來源 UIElement) |
LoadingStatus |
取得要顯示在 MapControl中之地圖的載入狀態。 |
LoadingStatusProperty |
識別 LoadingStatus 相依性屬性。 |
LocationProperty |
識別 MapControl.Location XAML 附加屬性。 |
ManipulationMode |
取得或設定用於 UIElement 行為與手勢互動的 ManipulationModes 值。 設定此值可讓您在應用程式程式代碼中處理來自這個專案的操作事件。 (繼承來源 UIElement) |
MapElements |
取得 MapElement 物件的集合,這些對像是 mapControl 的子系。 |
MapElementsProperty |
識別 MapElements 相依性屬性。 |
MapProjection |
取得或設定 mapProjection |
MapProjectionProperty |
識別 MapProjection 相依性屬性。 |
MapServiceToken |
取得或設定使用 MapControl 和在線對應服務所需的驗證密鑰。 |
MapServiceTokenProperty |
識別 MapServiceToken 相依性屬性。 |
Margin |
取得或設定 FrameworkElement的外部邊界。 (繼承來源 FrameworkElement) |
MaxHeight |
取得或設定 FrameworkElement的最大高度條件約束。 (繼承來源 FrameworkElement) |
MaxWidth |
取得或設定 FrameworkElement的最大寬度條件約束。 (繼承來源 FrameworkElement) |
MaxZoomLevel |
取得地圖的最大縮放層級。 |
MinHeight |
取得或設定 FrameworkElement的最低高度條件約束。 (繼承來源 FrameworkElement) |
MinWidth |
取得或設定 FrameworkElement的最小寬度條件約束。 (繼承來源 FrameworkElement) |
MinZoomLevel |
取得地圖的最小縮放層級。 |
Name |
取得或設定 對象的識別名稱。 當 XAML 處理器從 XAML 標記建立物件樹狀結構時,運行時間程式代碼可以透過這個名稱參照 XAML 宣告的物件。 (繼承來源 FrameworkElement) |
NormalizedAnchorPointProperty |
識別 MapControl.NormalizedAnchorPoint XAML 附加屬性。 |
Opacity |
取得或設定物件不透明度的程度。 (繼承來源 UIElement) |
OpacityTransition |
取得或設定 ScalarTransition,以動畫顯示 Opacity 屬性的變更。 (繼承來源 UIElement) |
Padding |
取得或設定 控件內的邊框間距。 (繼承來源 Control) |
PanInteractionMode |
取得或設定值,這個值表示地圖上是否可辨識平移手勢。 |
PanInteractionModeProperty |
識別 panInteractionMode 相依性屬性 |
Parent |
取得物件樹狀結構中這個 FrameworkElement 的父物件。 (繼承來源 FrameworkElement) |
PedestrianFeaturesVisible |
取得或設定值,這個值表示是否在地圖上顯示如公共樓梯等行人特徵。 |
PedestrianFeaturesVisibleProperty |
識別 行人FeaturesVisible 相依性屬性。 |
Pitch |
取得地圖的實際間距。 有時無法設定 desiredPitch 屬性 |
PitchProperty |
識別 Pitch 相依性屬性。 |
PointerCaptures |
取得所有擷取指標的集合,表示為 指標 值。 (繼承來源 UIElement) |
Projection |
取得或設定轉譯這個專案時要套用的透視投影(3D 效果)。 (繼承來源 UIElement) |
Region |
取得或設定地址的區域(例如,州或省)。 |
RegionProperty |
識別 區域 相依性屬性。 |
RenderSize |
取得 UIElement的最終轉譯大小。 不建議使用,請參閱。 (繼承來源 UIElement) |
RenderTransform |
取得或設定會影響 UIElement轉譯位置的轉換資訊。 (繼承來源 UIElement) |
RenderTransformOrigin |
取得或設定 RenderTransform所宣告之任何可能轉譯轉換的原點,相對於 UIElement界限。 (繼承來源 UIElement) |
RequestedTheme |
取得或設定 UIElement 及其子元素用於資源判斷的 UI 主題。 您使用 RequestedTheme 指定的 UI 主題可以覆寫應用層級 RequestedTheme。 (繼承來源 FrameworkElement) |
RequiresPointer |
取得或設定UI元素是否支援滑鼠模式,其會模擬指標互動體驗與非指標輸入設備,例如遊戲板或遠端控制。 (繼承來源 Control) |
Resources |
取得本機定義的資源字典。 在 XAML 中,您可以透過 XAML 隱含集合語法,將資源專案建立為 |
RotateInteractionMode |
取得或設定值,這個值表示地圖是否會響應旋轉手勢,以及對應的UI控件是否出現在地圖上。 |
RotateInteractionModeProperty |
識別 RotateInteractionMode 相依性屬性。 |
Rotation |
取得或設定順時針旋轉的角度,以度為單位。 相對於 RotationAxis 和 CenterPoint 旋轉。 影響項目的轉譯位置。 (繼承來源 UIElement) |
RotationAxis |
取得或設定要繞著元素旋轉的座標軸。 (繼承來源 UIElement) |
RotationTransition |
取得或設定 ScalarTransition,以動畫顯示 Rotation 屬性的變更。 (繼承來源 UIElement) |
Routes |
取得地圖上所顯示 MapRouteView 物件的集合。 |
RoutesProperty |
識別 路由 相依性屬性。 |
Scale |
取得或設定項目的縮放比例。 相對於專案的 CenterPoint 縮放比例。 影響項目的轉譯位置。 (繼承來源 UIElement) |
ScaleTransition |
取得或設定 Vector3Transition,以動畫顯示 Scale 屬性的變更。 (繼承來源 UIElement) |
Scene |
取得或設定與此 MapControl相關聯的 MapScene。 |
SceneProperty |
識別 場景 相依性屬性。 |
Shadow |
取得或設定 元素所轉換的陰影效果。 (繼承來源 UIElement) |
Style |
指定地圖的樣式 -例如,藍圖或空中地圖。 |
StyleProperty |
識別 樣式 相依性屬性。 |
StyleSheet |
取得或設定 對象,這個物件會定義地圖控件的樣式。 |
StyleSheetProperty |
識別 StyleSheet 相依性屬性 |
TabFocusNavigation |
取得或設定值,這個值會修改Tabbing和 TabIndex 此控件的運作方式。 (繼承來源 UIElement) |
TabIndex |
取得或設定值,這個值表示當使用者使用 Tab 鍵瀏覽應用程式 UI 時,專案接收焦點的順序。 (繼承來源 Control) |
TabNavigation |
取得或設定值,這個值會修改Tabbing和 TabIndex 此控件的運作方式。 注意 針對 Windows 10 Creators Update(組建 10.0.15063)和更新版本,TabFocusNavigation 屬性可在 UIElement 基類上使用,以在不使用 controlTemplate的索引卷標序列中包含物件。 |
Tag |
取得或設定可用來儲存這個物件之自定義資訊的任意物件值。 (繼承來源 FrameworkElement) |
TargetCamera |
取得定義相機最終位置的 MapCamera 設定。 |
Template |
取得或設定控件範本。 控件範本會定義 UI 中控制件的視覺外觀,並在 XAML 標記中定義。 (繼承來源 Control) |
TileSources |
取得或設定 |
TileSourcesProperty |
識別 TileSources 相依性屬性。 |
TiltInteractionMode |
取得或設定值,這個值表示地圖是否響應傾斜手勢,以及對應的UI控件是否出現在地圖上。 |
TiltInteractionModeProperty |
識別 TiltInteractionMode 相依性屬性。 |
TrafficFlowVisible |
取得或設定值,指出是否在地圖上顯示交通狀況。 |
TrafficFlowVisibleProperty |
識別 TrafficFlowVisible 相依性屬性。 |
Transform3D |
取得或設定轉譯這個專案時要套用的 3D 轉換效果。 (繼承來源 UIElement) |
TransformMatrix |
取得或設定要套用至 項目的轉換矩陣。 (繼承來源 UIElement) |
TransformOrigin |
取得或設定對應邏輯中心轉換的點。 |
TransformOriginProperty |
識別 TransformOrigin 相依性屬性。 |
TransitFeaturesEnabled |
這個屬性未實作。 |
TransitFeaturesEnabledProperty |
這個屬性未實作。 |
TransitFeaturesVisible |
取得或設定值,指出是否在地圖上顯示傳輸功能。 |
TransitFeaturesVisibleProperty |
識別 TransitFeaturesVisible 相依性屬性。 |
Transitions |
取得或設定套用至 UIElement之轉換 樣式專案的集合。 (繼承來源 UIElement) |
Translation |
取得或設定專案的 x、y 和 z 轉譯位置。 (繼承來源 UIElement) |
TranslationTransition |
取得或設定 Vector3Transition,以動畫顯示 Translation 屬性的變更。 (繼承來源 UIElement) |
Triggers |
取得為 FrameworkElement定義的動畫觸發程式集合。 不常使用。 請參閱。 (繼承來源 FrameworkElement) |
UIContext |
取得專案的內容識別碼。 (繼承來源 UIElement) |
UseLayoutRounding |
取得或設定值,這個值會決定物件及其視覺子樹的轉譯是否應該使用將轉譯對齊整個圖元的四捨五入行為。 (繼承來源 UIElement) |
UseSystemFocusVisuals |
取得或設定值,這個值表示控件是否使用系統所繪製的焦點視覺效果,或是控件範本中定義的視覺效果。 (繼承來源 Control) |
VerticalAlignment |
取得或設定在面板或專案控件等父對象中組成時,套用至 FrameworkElement 的垂直對齊特性。 (繼承來源 FrameworkElement) |
VerticalContentAlignment |
取得或設定控件內容的垂直對齊方式。 (繼承來源 Control) |
ViewPadding |
取得或設定地圖控件內的邊框間距。 |
ViewPaddingProperty |
識別 ViewPadding 相依性屬性。 |
Visibility |
取得或設定 UIElement的可見性。 不會轉譯不可見 UIElement,也不會將其所需的大小傳達給版面配置。 (繼承來源 UIElement) |
WatermarkMode |
取得或設定值,這個值會決定地圖浮水印何時顯示。 |
WatermarkModeProperty |
識別 WatermarkMode 相依性屬性。 |
Width |
取得或設定 FrameworkElement的寬度。 (繼承來源 FrameworkElement) |
XamlRoot |
取得或設定檢視這個專案 |
XYFocusDown |
取得或設定當使用者按下 Directional Pad (D-pad) 向下時取得焦點的物件。 (繼承來源 Control) |
XYFocusDownNavigationStrategy |
取得或設定值,指定用來判斷向下瀏覽之目標元素的策略。 (繼承來源 UIElement) |
XYFocusKeyboardNavigation |
取得或設定值,這個值會啟用或停用使用鍵盤方向箭號的流覽。 (繼承來源 UIElement) |
XYFocusLeft |
取得或設定當使用者按下向左方向鍵時取得焦點的物件。 (繼承來源 Control) |
XYFocusLeftNavigationStrategy |
取得或設定值,指定用來判斷左側導覽之目標元素的策略。 (繼承來源 UIElement) |
XYFocusRight |
取得或設定當使用者按下 Directional Pad (D-pad) 右邊時取得焦點的物件。 (繼承來源 Control) |
XYFocusRightNavigationStrategy |
取得或設定值,指定用來判斷右導覽目標元素的策略。 (繼承來源 UIElement) |
XYFocusUp |
取得或設定當使用者按下 Directional Pad (D-pad) 向上時取得焦點的物件。 (繼承來源 Control) |
XYFocusUpNavigationStrategy |
取得或設定值,指定用來判斷向上瀏覽目標元素的策略。 (繼承來源 UIElement) |
ZoomInteractionMode |
取得或設定值,這個值表示地圖是否響應縮放手勢,以及對應的UI控件是否出現在地圖上。 |
ZoomInteractionModeProperty |
識別 zoomInteractionMode 相依性屬性 |
ZoomLevel |
取得或設定地圖的縮放層級,這是在 2D 檢視仲介於 1 到 20 之間的值。 |
ZoomLevelProperty |
識別 zoomLevel 相依性屬性 |
附加屬性
Location |
取得或設定 MapControl 之子專案的位置。 |
NormalizedAnchorPoint |
取得或設定 MapControl 子專案的錨點。 |
方法
事件
AccessKeyDisplayDismissed |
發生於不應再顯示存取金鑰時。 (繼承來源 UIElement) |
AccessKeyDisplayRequested |
發生於使用者要求顯示存取金鑰時。 (繼承來源 UIElement) |
AccessKeyInvoked |
發生於使用者完成存取金鑰順序時。 (繼承來源 UIElement) |
ActualCameraChanged |
發生於地圖相機的目前位置已變更時。 |
ActualCameraChanging |
發生於地圖相機的目前位置變更時。 |
ActualThemeChanged |
發生於 ActualTheme 屬性值已變更時。 (繼承來源 FrameworkElement) |
BringIntoViewRequested |
發生於呼叫此元素或其其中一個子系 StartBringIntoView 時。 (繼承來源 UIElement) |
CenterChanged |
發生於 MapControl 變更之 Center 屬性的值時。 |
CharacterReceived |
當輸入佇列收到單一撰寫字元時發生。 (繼承來源 UIElement) |
ContextCanceled |
發生於內容輸入手勢繼續操作手勢時,通知專案不應開啟內容飛出視窗。 (繼承來源 UIElement) |
ContextRequested |
發生於使用者已完成內容輸入手勢時,例如按兩下滑鼠右鍵。 (繼承來源 UIElement) |
CustomExperienceChanged |
發生於 MapControl 的自定義體驗變更時。 |
DataContextChanged |
發生於 FrameworkElement.DataContext 屬性的值變更時。 (繼承來源 FrameworkElement) |
DoubleTapped |
發生於未處理 DoubleTap 此元素點擊測試區域的互動時。 (繼承來源 UIElement) |
DragEnter |
當輸入系統報告具有這個專案作為目標的基礎拖曳事件時發生。 (繼承來源 UIElement) |
DragLeave |
當輸入系統報告基礎拖曳事件時,此專案為原點時發生。 (繼承來源 UIElement) |
DragOver |
當輸入系統報告基礎拖曳事件時,此專案會作為潛在的置放目標發生。 (繼承來源 UIElement) |
DragStarting |
發生於起始拖曳作業時。 (繼承來源 UIElement) |
Drop |
當輸入系統報告具有這個項目作為置放目標的基礎置放事件時發生。 (繼承來源 UIElement) |
DropCompleted |
發生於以這個專案作為來源結束的拖放作業時。 (繼承來源 UIElement) |
EffectiveViewportChanged |
發生於 FrameworkElement的有效檢視區 變更時。 (繼承來源 FrameworkElement) |
FocusDisengaged |
發生於焦點從控制界限釋放時(適用於遊戲板/遠端互動)。 (繼承來源 Control) |
FocusEngaged |
發生於控制界限內限制焦點時(適用於遊戲板/遠端互動)。 (繼承來源 Control) |
GettingFocus |
發生於 UIElement 收到焦點之前。 此事件會以同步方式引發,以確保事件發生反升時不會移動焦點。 (繼承來源 UIElement) |
GotFocus |
發生於 UIElement 收到焦點時。 這個事件會以異步方式引發,因此焦點可以在升泡完成之前再次移動。 (繼承來源 UIElement) |
HeadingChanged |
發生於 mapControl Heading 屬性的值時。 |
Holding |
發生於未處理的 保留 互動發生在這個項目的點擊測試區域時。 (繼承來源 UIElement) |
IsEnabledChanged |
發生於 IsEnabled 屬性變更時。 (繼承來源 Control) |
KeyDown |
發生於按下鍵盤按鍵時,UIElement 有焦點時。 (繼承來源 UIElement) |
KeyUp |
當 UIElement 焦點時放開鍵盤按鍵時發生。 (繼承來源 UIElement) |
LayoutUpdated |
發生於可視化樹狀結構的版面配置變更時,因為配置相關屬性會變更值或重新整理版面配置的其他動作。 (繼承來源 FrameworkElement) |
Loaded |
發生於已建構並新增至物件樹狀結構 FrameworkElement,並準備好進行互動時。 (繼承來源 FrameworkElement) |
Loading |
發生於 FrameworkElement 開始載入時。 (繼承來源 FrameworkElement) |
LoadingStatusChanged |
發生於 MapControl 的 LoadingStatus 屬性值變更時。 |
LosingFocus |
發生於 UIElement 失去焦點之前。 此事件會以同步方式引發,以確保事件發生反升時不會移動焦點。 (繼承來源 UIElement) |
LostFocus |
發生於 UIElement 失去焦點時。 這個事件會以異步方式引發,因此焦點可以在升泡完成之前再次移動。 (繼承來源 UIElement) |
ManipulationCompleted |
發生於 UIElement 上的操作完成時。 (繼承來源 UIElement) |
ManipulationDelta |
當輸入裝置在操作期間變更位置時發生。 (繼承來源 UIElement) |
ManipulationInertiaStarting |
當輸入裝置在操作和慣性開始時與 UIElement 物件失去接觸時發生。 (繼承來源 UIElement) |
ManipulationStarted |
當輸入裝置開始操作 UIElement時發生。 (繼承來源 UIElement) |
ManipulationStarting |
第一次建立操作處理器時發生。 (繼承來源 UIElement) |
MapContextRequested |
發生於使用者已完成地圖上的內容輸入手勢時,例如按鼠右鍵。 |
MapDoubleTapped |
當使用者按兩下 MapControl時發生。 MapInputEventArgs |
MapElementClick |
當用戶點選或按兩下 MapControl上的 MapElement 時發生。 |
MapElementPointerEntered |
發生於指標移至 MapControl上 MapElement 的周框區域時。 |
MapElementPointerExited |
發生於指標移出 mapControl |
MapHolding |
發生於用戶點選並保留 MapControl時。 MapInputEventArgs |
MapRightTapped |
發生於使用者按住 MapControl,或使用滑鼠右鍵按兩下它時發生。 MapRightTappedEventArgs 的實例會提供此事件的數據。 |
MapTapped |
發生於用戶點選 MapControl,或按兩下滑鼠左鍵時。 MapInputEventArgs |
NoFocusCandidateFound |
發生於使用者嘗試移動焦點時(透過定位鍵或方向箭號),但焦點不會移動,因為移動方向找不到任何焦點候選專案。 (繼承來源 UIElement) |
PitchChanged |
發生於 MapControl 之 Pitch 屬性值時。 |
PointerCanceled |
發生於使聯繫人異常失去聯繫人的指標時。 (繼承來源 UIElement) |
PointerCaptureLost |
當這個專案先前持有的指標擷取移至另一個專案或其他地方時發生。 (繼承來源 UIElement) |
PointerEntered |
當指標進入這個項目的點擊測試區域時發生。 (繼承來源 UIElement) |
PointerExited |
發生於指標離開這個項目的點擊測試區域時。 (繼承來源 UIElement) |
PointerMoved |
發生於指標在指標保留在這個專案點擊測試區域內時移動。 (繼承來源 UIElement) |
PointerPressed |
當指標裝置起始此元素內的 Press 動作時發生。 (繼承來源 UIElement) |
PointerReleased |
發生於先前起始 Press 動作的指標裝置,同時在此元素內。 請注意,Press 動作的結尾不保證會引發 PointerReleased 事件;其他事件可能會改為引發。 如需詳細資訊,請參閱。 (繼承來源 UIElement) |
PointerWheelChanged |
發生於指標滾輪的差異值變更時。 (繼承來源 UIElement) |
PreviewKeyDown |
發生於按下鍵盤按鍵時,UIElement 有焦點時。 (繼承來源 UIElement) |
PreviewKeyUp |
當 UIElement 焦點時放開鍵盤按鍵時發生。 (繼承來源 UIElement) |
ProcessKeyboardAccelerators |
發生於按下 鍵盤快捷方式(或快捷鍵) 時。 (繼承來源 UIElement) |
RightTapped |
當指標位於 元素上方時發生右鍵輸入刺激時發生。 (繼承來源 UIElement) |
SizeChanged |
發生於 ActualHeight 或 ActualWidth 屬性值變更 FrameworkElement時。 (繼承來源 FrameworkElement) |
Tapped |
發生於未處理的 Tap 互動發生在這個項目的點擊測試區域時。 (繼承來源 UIElement) |
TargetCameraChanged |
發生於地圖相機的最終位置已變更時。 |
TransformOriginChanged |
發生於 MapControl 的 TransformOrigin 屬性值變更時。 |
Unloaded |
當這個物件不再連接到主要物件樹狀結構時發生。 (繼承來源 FrameworkElement) |
ZoomLevelChanged |
發生於 mapControl |