FlexBasis Struct
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.
Struct that represents an absolute or relative element size.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FlexBasis/FlexBasisTypeConverter))]
public struct FlexBasis
type FlexBasis = struct
- Inheritance
-
System.ValueTypeFlexBasis
- Attributes
Constructors
FlexBasis(Single, Boolean) |
Creates a new flex basis struct. |
Fields
Auto |
Returns a flex basis struct with default values for it's members. |
Properties
Length |
Gets the absolute or relative length of the basis. |
Operators
Implicit(Single to FlexBasis) |
Returns a new absolute flex basis struct for the specified absolute |