共用方式為


ICrossPlatformLayoutBacking.CrossPlatformLayout 屬性

定義

取得或設定這個控件要執行的跨平臺配置作業實作

public:
 property Microsoft::Maui::ICrossPlatformLayout ^ CrossPlatformLayout { Microsoft::Maui::ICrossPlatformLayout ^ get(); void set(Microsoft::Maui::ICrossPlatformLayout ^ value); };
public Microsoft.Maui.ICrossPlatformLayout? CrossPlatformLayout { get; set; }
member this.CrossPlatformLayout : Microsoft.Maui.ICrossPlatformLayout with get, set
Public Property CrossPlatformLayout As ICrossPlatformLayout

屬性值

備註

此屬性是平臺層級支援控件與跨平臺層級配置之間的橋樑。 它通常會由處理程序連接,這可能會新增額外的邏輯,以將各種平臺的配置和內容行為正規化。

適用於