Compartir a través de


UITableView.SectionHeaderHeight Propiedad

Definición

Alto de los encabezados de sección en esta uiTableView.

public virtual nfloat SectionHeaderHeight { [Foundation.Export("sectionHeaderHeight")] get; [Foundation.Export("setSectionHeaderHeight:")] set; }
member this.SectionHeaderHeight : nfloat with get, set

Valor de propiedad

Alto en puntos.

Atributos

Comentarios

Esta propiedad solo se usa en las tablas de grupo de secciones y solo si GetHeightForHeader(UITableView, nint) no se ha implementado.

Se aplica a