Page.SetLargeTitleDisplay 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode) |
將 |
SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode) |
將 |
SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)
將 element
的大型標題顯示喜好設定設為 value
。
public static void SetLargeTitleDisplay (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> unit
參數
- element
- BindableObject
要設定其大型標題顯示喜好設定的項目。
- value
- LargeTitleDisplayMode
新的大型標題顯示喜好設定。
適用於
SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)
將 config
的大型標題顯示喜好設定設為 value
。
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> SetLargeTitleDisplay (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value);
static member SetLargeTitleDisplay : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page>
參數
- config
- IPlatformElementConfiguration<iOS,Page>
要設定其大型標題顯示喜好設定的項目。
- value
- LargeTitleDisplayMode
新的大型標題顯示喜好設定。
傳回
開發人員可對其進行後續方法呼叫的已更新組態物件。