共用方式為


GKAchievementViewController.Appearance 屬性

定義

傳回此類別之 UIAppearance 類別的強型別屬性。

public static GameKit.GKAchievementViewController.GKAchievementViewControllerAppearance Appearance { get; }
member this.Appearance : GameKit.GKAchievementViewController.GKAchievementViewControllerAppearance

屬性值

備註

在此實例上設定任何外觀屬性會影響 GKAchievementViewController 的所有實例外觀。

如果開發人員想要控制 GKAchievementViewController 子類別的外觀,他們應該使用 GetAppearance<T>(UITraitCollection, Type[]) 方法。

適用於