UIViewController.ViewLayoutMarginsDidChange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
變更檢視的配置邊界時所呼叫的方法。
[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("viewLayoutMarginsDidChange")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.RequiresSuper]
public virtual void ViewLayoutMarginsDidChange ();
abstract member ViewLayoutMarginsDidChange : unit -> unit
override this.ViewLayoutMarginsDidChange : unit -> unit
- 屬性