Share via


UIToolbar.BarTintColor 属性

定义

此 UIToolbar 的淡色。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIColor BarTintColor { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("barTintColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setBarTintColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.BarTintColor : UIKit.UIColor with get, set

属性值

(即将推出有关此节点的更多文档)

此值可为 null

属性

注解

此成员参与 UIAppearance 样式设置系统。 Appearance请参阅 属性和 AppearanceWhenContainedIn(Type[]) 方法。

适用于