UIBarItem.Appearance 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此类的 UIAppearance 类的强类型属性。
public static UIKit.UIBarItem.UIBarItemAppearance Appearance { get; }
member this.Appearance : UIKit.UIBarItem.UIBarItemAppearance
属性值
注解
在此实例上设置任何外观属性将影响 UIBarItem 的所有实例的外观。
如果开发人员想要控制 UIBarItem 子类的外观,则应使用 GetAppearance<T>(UITraitCollection, Type[]) 方法。