UIView.UILayoutFittingExpandedSize Property

Definition

Represents the value associated with the constant UILayoutFittingExpandedSize

[Foundation.Field("UILayoutFittingExpandedSize", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGSize UILayoutFittingExpandedSize { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.UILayoutFittingExpandedSize : CoreGraphics.CGSize

Property Value

Attributes

Remarks

Indicates that SystemLayoutSizeFittingSize(CGSize, Single, Single) should calculate the largest possible size.

Applies to

See also

  • <xref:UIKit.UIView.SystemLayoutSizeFittingSize>