ICrossPlatformLayoutBacking.CrossPlatformLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the implementation of cross-platform layout operations to be carried out by this control
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
Property Value
Remarks
This property is the bridge between the platform-level backing control and the cross-platform-level layout. It is typically connected by the handler, which may add additional logic to normalize layout and content behaviors across the various platforms.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.