Share via


UIView.UILayoutFittingExpandedSize Property

Definition

Represents the value associated with the constant UILayoutFittingExpandedSize

[Foundation.Field("UILayoutFittingExpandedSize", "UIKit")]
public static CoreGraphics.CGSize UILayoutFittingExpandedSize { get; }
[<Foundation.Field("UILayoutFittingExpandedSize", "UIKit")>]
static member UILayoutFittingExpandedSize : CoreGraphics.CGSize

Property Value

Attributes

Remarks

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

Applies to

See also