次の方法で共有


UITableView.SectionFooterHeight プロパティ

定義

この UITableView のセクション フットの高さ。

public virtual nfloat SectionFooterHeight { [Foundation.Export("sectionFooterHeight")] get; [Foundation.Export("setSectionFooterHeight:")] set; }
member this.SectionFooterHeight : nfloat with get, set

プロパティ値

高さ (ポイント単位)。

属性

注釈

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

適用対象