UITableView.SectionHeaderHeight プロパティ

定義

この UITableView のセクション ヘッダーの高さ。

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

プロパティ値

高さ (ポイント単位)。

属性

注釈

このプロパティは、セクション グループ テーブルでのみ使用され、実装されていない場合 GetHeightForHeader(UITableView, nint) にのみ使用されます。

適用対象