UINavigationBar.Translucent 属性

定义

条形图是否半透明。

public virtual bool Translucent { [Foundation.Export("isTranslucent")] get; [Foundation.Export("setTranslucent:")] set; }
member this.Translucent : bool with get, set

属性值

默认值为 true

属性

注解

如果已使用 SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics) 设置了自定义背景图像,并且该图像中的任何像素的 alpha 值小于 1.0,则为 true

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

适用于