Compartir a través de


UITableViewCell.Appearance Propiedad

Definición

Propiedad fuertemente tipada que devuelve la clase UIAppearance para esta clase.

public static UIKit.UITableViewCell.UITableViewCellAppearance Appearance { get; }
member this.Appearance : UIKit.UITableViewCell.UITableViewCellAppearance

Valor de propiedad

Comentarios

Establecer las propiedades de apariencia en esta instancia afectará a la apariencia de todas las instancias de UITableViewCell.

Si los desarrolladores quieren controlar la apariencia de las subclases de UITableViewCell, deben usar el GetAppearance<T>(UITraitCollection, Type[]) método .

Se aplica a