共用方式為


UIStackViewAlignment 列舉

定義

列舉 可以排列其子檢視的方式 UIStackView

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIStackViewAlignment
type UIStackViewAlignment = 
繼承
UIStackViewAlignment
屬性

欄位

Bottom 4

水準版面配置,下邊緣對齊 的 UIStackView 底部。

Center 3

檢視會沿著 Axis 對齊,位於 的 UIStackView 中央。

Fill 0

檢視會排列成垂直于 的 Axis 可用空間。

FirstBaseline 2

檢視會根據第一個 ArrangedSubviews 的基準對齊。 僅 (Horizontal.)

LastBaseline 5

檢視會根據最後 ArrangedSubviews 一個 的基準對齊。 僅 (Horizontal.)

Leading 1

檢視會根據第一個 ArrangedSubviews 的前置邊緣對齊。 僅限垂直 (。)

Top 1

水準版面配置,上邊緣對齊 的 UIStackView 頂端。

Trailing 4

檢視會根據第一個 ArrangedSubviews 的尾端邊緣對齊。 僅限垂直 (。)

備註

Alignment描述範例影像
Bottom 水準版面配置,下邊緣對齊 的 UIStackView 底部。
Center 檢視會沿著 Axis 對齊,位於 的 UIStackView 中央。
Fill 檢視會排列成垂直于 的 Axis 可用空間。
FirstBaseline 檢視會根據第一個 ArrangedSubviews 的基準對齊。 僅 (Horizontal.)
LastBaseline 檢視會根據最後 ArrangedSubviews 一個 的基準對齊。 僅 (Horizontal.)
Leading 檢視會根據第一個 ArrangedSubviews 的前置邊緣對齊。 僅限垂直 (。)

Top 水準版面配置,上邊緣對齊 的 UIStackView 頂端。
Trailing 檢視會根據第一個 ArrangedSubviews 的尾端邊緣對齊。 僅限垂直 (。)

適用於