PKPaymentButtonStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 物件的可用樣式 PKPaymentButton 。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentButtonStyle
type PKPaymentButtonStyle =
- 繼承
-
PKPaymentButtonStyle
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
Black | 2 | 具有白色字母的黑色背景。 |
White | 0 | 具有黑色字母的白色背景。 |
WhiteOutline | 1 | 具有黑色外框和黑色字母的白色背景。 |