UINavigationBar.Translucent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
条形图是否半透明。
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[]) 方法。