Share via


DockLayout.GetDock(BindableObject) Method

Definition

For internal use by the Xamarin Community Toolkit. This method gets the Dock property on a child element.

public static Xamarin.CommunityToolkit.UI.Views.Dock GetDock(Xamarin.Forms.BindableObject bindable);

Parameters

bindable
BindableObject

The BindableObject the attached Dock property value is retrieved from

Returns

The direction in which the child element wants to be docked

Applies to