Share via


ICrossPlatformLayoutBacking.CrossPlatformLayout Property

Definition

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