Share via


FlexJustify Enum

Definition

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

Center 2
End 4
SpaceAround 6
SpaceBetween 5
SpaceEvenly 7
Start 3

Applies to