Share via


UIView.UILayoutFittingCompressedSize Property

Definition

Represents the value associated with the constant UILayoutFittingCompressedSize

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

Property Value

Attributes

Remarks

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

Applies to

See also