UIView.UILayoutFittingExpandedSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示与常量 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
属性值
- 属性
注解
指示 SystemLayoutSizeFittingSize(CGSize, Single, Single) 应计算可能的最大大小。
适用于
另请参阅
- <xref:UIKit.UIView.SystemLayoutSizeFittingSize>