UIPageControl.CurrentPageIndicatorTintColor 属性

定义

要用于当前页指示器的色调。

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

属性值

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

此值可为 null

属性

注解

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

适用于