UISplitViewController.MaximumPrimaryColumnWidth Property

Definition

Gets or sets the maximum 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 MaximumPrimaryColumnWidth { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("maximumPrimaryColumnWidth", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setMaximumPrimaryColumnWidth:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.MaximumPrimaryColumnWidth : nfloat with get, set

Property Value

Attributes

Applies to