UIView.UILayoutFittingCompressedSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the value associated with the constant UILayoutFittingCompressedSize
[Foundation.Field("UILayoutFittingCompressedSize", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGSize UILayoutFittingCompressedSize { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.UILayoutFittingCompressedSize : CoreGraphics.CGSize
Property Value
- Attributes
Remarks
Indicates that SystemLayoutSizeFittingSize(CGSize, Single, Single) should calculate the smallest possible size.
Applies to
See also
- <xref:UIKit.UIView.SystemLayoutSizeFittingSize>