FlexLayout.SetBasis(BindableObject, FlexBasis) 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.
Sets the value that describes this element's relative or absolute basis length.
public static void SetBasis (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.FlexBasis value);
static member SetBasis : Xamarin.Forms.BindableObject * Xamarin.Forms.FlexBasis -> unit
Parameters
- bindable
- BindableObject
The object for which to retrieve the property value.
- value
- FlexBasis
The new flex basis value.