Page.GetToolbarPlacement Yöntem

Tanım

Aşırı Yüklemeler

GetToolbarPlacement(BindableObject)

Araç çubuğunun yerleşimini denetleyen bir değer döndürür.

GetToolbarPlacement(IPlatformElementConfiguration<Windows,Page>)

Araç çubuğunun yerleşimini denetleyen bir değer döndürür.

GetToolbarPlacement(BindableObject)

Araç çubuğunun yerleşimini denetleyen bir değer döndürür.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement GetToolbarPlacement (Xamarin.Forms.BindableObject element);
static member GetToolbarPlacement : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement

Parametreler

element
BindableObject

İşlemin gerçekleştirileceği platforma özgü öğe.

Döndürülenler

ToolbarPlacement

Araç çubuğunun yerleşimini denetleyen bir değer.

Şunlara uygulanır

GetToolbarPlacement(IPlatformElementConfiguration<Windows,Page>)

Araç çubuğunun yerleşimini denetleyen bir değer döndürür.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement GetToolbarPlacement (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.Page> config);
static member GetToolbarPlacement : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.Page> -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement

Parametreler

config
IPlatformElementConfiguration<Windows,Page>

İşlemin gerçekleştirileceği öğeyi içeren platforma özgü yapılandırma.

Döndürülenler

ToolbarPlacement

Araç çubuğunun yerleşimini denetleyen bir değer.

Şunlara uygulanır