FlexJustify Enum
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.
public enum class FlexJustify
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.FlexJustifyTypeConverter))]
public enum FlexJustify
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.FlexJustifyTypeConverter))>]
type FlexJustify =
Public Enum FlexJustify
- Inheritance
-
FlexJustify
- Attributes
Fields
Name | Value | Description |
---|---|---|
Center | 2 | |
Start | 3 | |
End | 4 | |
SpaceBetween | 5 | |
SpaceAround | 6 | |
SpaceEvenly | 7 |