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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.