UISplitViewController.MinimumPrimaryColumnWidth Property

Definition

Gets or sets the minimum width, in points, of the content of the primary view controller.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat MinimumPrimaryColumnWidth { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("minimumPrimaryColumnWidth", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setMinimumPrimaryColumnWidth:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.MinimumPrimaryColumnWidth : nfloat with get, set

Property Value

Attributes

Applies to