Compartilhar via


UINavigationBar.BackIndicatorImage Propriedade

Definição

A imagem mostrada ao lado do botão Voltar.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage BackIndicatorImage { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("backIndicatorImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setBackIndicatorImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.BackIndicatorImage : UIKit.UIImage with get, set

Valor da propriedade

Além disso, os desenvolvedores de aplicativos devem definir a propriedade P:UIKit.UINavigationbar.BackIndicatorTransitionMaskImage .

Este valor pode ser null.

Atributos

Comentários

Esse membro participa do UIAppearance sistema de estilos. Consulte a Appearance propriedade e o AppearanceWhenContainedIn(Type[]) método .

Aplica-se a