Compartilhar via


UITableView.BackgroundView Propriedade

Definição

A exibição em segundo plano da tabela.

public virtual UIKit.UIView BackgroundView { [Foundation.Export("backgroundView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setBackgroundView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.BackgroundView : UIKit.UIView with get, set

Valor da propriedade

Um UIView

Este valor pode ser null.

Atributos

Comentários

A exibição em segundo plano de uma exibição de tabela é redimensionada automaticamente para corresponder ao tamanho do modo de exibição de tabela. A exibição em segundo plano é colocada como uma subexibição da tabela atrás de todas as exibições de célula, cabeçalho e rodapé.

Aplica-se a