FlexBasis.Implicit(Single to FlexBasis) Operator
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.
Returns a new absolute flex basis struct for the specified absolute length
.
public static implicit operator Xamarin.Forms.FlexBasis (float length);
static member op_Implicit : single -> Xamarin.Forms.FlexBasis
Parameters
- length
- System.Single
The length, in device-independent pixels, to convert.
Returns
A new absolute flex basis struct.