DockLayout.SetDock(BindableObject, Dock) Method
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.
For internal use by the Xamarin Community Toolkit. This method sets the Dock property on a child element.
public static void SetDock(Xamarin.Forms.BindableObject bindable, Xamarin.CommunityToolkit.UI.Views.Dock value);
Parameters
- bindable
- BindableObject
The BindableObject the attached Dock property value is set on
- value
- Dock