UIInputView.AllowsSelfSizing 属性

定义

获取或设置系统是否应遵循 P:UIKit.UIView.SystemLayoutSizeFittingSize 的值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AllowsSelfSizing { [Foundation.Export("allowsSelfSizing")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAllowsSelfSizing:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AllowsSelfSizing : bool with get, set

属性值

属性

适用于