ICrossPlatformLayoutBacking.CrossPlatformLayout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個控件要執行的跨平臺配置作業實作
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
屬性值
備註
此屬性是平臺層級支援控件與跨平臺層級配置之間的橋樑。 它通常會由處理程序連接,這可能會新增額外的邏輯,以將各種平臺的配置和內容行為正規化。