UITableView.EstimatedSectionFooterHeight Property

Definition

The estimated height of section foots in this UITableView.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat EstimatedSectionFooterHeight { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("estimatedSectionFooterHeight", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setEstimatedSectionFooterHeight:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.EstimatedSectionFooterHeight : nfloat with get, set

Property Value

Attributes

Applies to