다음을 통해 공유


LinedFlowLayout.ItemsJustification 속성

정의

항목이 가로 축에 정렬되는 방식을 나타내는 값을 가져오거나 설정합니다.

public:
 property LinedFlowLayoutItemsJustification ItemsJustification { LinedFlowLayoutItemsJustification get(); void set(LinedFlowLayoutItemsJustification value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")]
LinedFlowLayoutItemsJustification ItemsJustification();

void ItemsJustification(LinedFlowLayoutItemsJustification value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")]
LinedFlowLayoutItemsJustification ItemsJustification();

void ItemsJustification(LinedFlowLayoutItemsJustification value);
public LinedFlowLayoutItemsJustification ItemsJustification { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")]
public LinedFlowLayoutItemsJustification ItemsJustification { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="LinedFlowLayout::s_defaultItemsJustification")] set; }
var linedFlowLayoutItemsJustification = linedFlowLayout.itemsJustification;
linedFlowLayout.itemsJustification = linedFlowLayoutItemsJustification;
Public Property ItemsJustification As LinedFlowLayoutItemsJustification

속성 값

항목이 정렬되는 방식을 나타내는 열거형 값입니다. 기본값은 Start입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

설명

이 다이어그램은 각 LinedFlowLayoutItemsJustification 열거형 값이 항목의 가로 배열에 미치는 영향을 보여 줍니다.

줄 지어 있는 흐름 레이아웃 항목 근거 열거형 페이지에는 이 다이어그램에 표시된 각 값에 대한 설명이 포함되어 있습니다.

이러한 스크린샷은 이미지 갤러리에 적용된 각 값의 예를 보여 줍니다.

Start항목은 줄의 시작 부분에 맞춰지고 끝에 추가 공간이 있습니다. 항목 간의 간격은 변경되지 않습니다.

Center항목은 줄의 가운데에 맞춰지고 시작과 끝에 추가 공간이 있습니다. 항목 간의 간격은 변경되지 않습니다.

End항목은 줄의 끝에 맞춰지고 시작 부분에 추가 공간이 있습니다. 항목 간의 간격은 변경되지 않습니다.

SpaceAround항목이 정렬되어 각 항목 전후에 추가 공간이 균등하게 추가됩니다.

SpaceBetween항목이 정렬되어 인접한 항목 사이에 추가 공간이 균등하게 추가됩니다. 시작 또는 끝에 공백이 추가되지 않습니다.

SpaceEvenly항목이 정렬되어 각 항목 전후에 추가 공간이 균등하게 추가됩니다.

적용 대상