共用方式為


UIFontWeight 列舉

定義

列舉字型粗細。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIFontWeight
type UIFontWeight = 
繼承
UIFontWeight
屬性

欄位

Black 8
Bold 6

粗體粗細。

Heavy 7

粗細。

Light 2

輕量型。

Medium 4

中型重量。

Regular 3

字型的一般粗細。

Semibold 5

半曲粗細。

Thin 1

細權數。

UltraLight 0

非常輕量。

適用於