次の方法で共有


NavigationPage.SetTitleView(BindableObject, View) メソッド

定義

ナビゲーション ページのタイトルとして使用するビューを設定します。

public static void SetTitleView(Xamarin.Forms.BindableObject bindable, Xamarin.Forms.View value);
static member SetTitleView : Xamarin.Forms.BindableObject * Xamarin.Forms.View -> unit

パラメーター

bindable
BindableObject

タイトルを設定するバインド可能なオブジェクト。

value
View

使用するビュー。

適用対象