次の方法で共有


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) 設定されていて、そのイメージ内のピクセルのアルファ値が 1.0 未満の場合、これは になります true

このメンバーは、スタイルシステムに UIAppearance 参加します。 Appearanceプロパティと メソッドをAppearanceWhenContainedIn(Type[])参照してください。

適用対象