static let top: VerticalAlignment
A guide marking the top edge of the view.
ビューの上端を印しているあるガイド。
static let center: VerticalAlignment
A guide marking the vertical center of the view.
ビューの垂直中心を印しているあるガイド。
static let bottom: VerticalAlignment
A guide marking the bottom edge of the view.
ビューの下端を印しているあるガイド。
static let firstTextBaseline : VerticalAlignment
A guide marking the topmost text baseline view.
あるビューの中の一番上のテキストベースラインを印しているあるガイド。
static let lastTextBaseline : VerticalAlignment
A guide marking the bottom-most text baseline in a view.
あるビューの中の一番下のテキストベースラインを印しているあるガイド。