共用方式為


Map.IsShowingUser 屬性

定義

取得或設定值,這個值表示地圖是否顯示此裝置目前位置的指標。 預設值為 false 這是可系結的屬性。

public:
 property bool IsShowingUser { bool get(); void set(bool value); };
public bool IsShowingUser { get; set; }
member this.IsShowingUser : bool with get, set
Public Property IsShowingUser As Boolean

屬性值

備註

視平臺而定,可能需要要求運行時間許可權來判斷裝置的目前位置。

適用於