UIImage.LayoutChangedNotification Property

Definition

Gets the notification posted by an application that the layout of a screen has changed.

[Foundation.Field("UIAccessibilityLayoutChangedNotification", "UIKit")]
public static int LayoutChangedNotification { get; }
member this.LayoutChangedNotification : int

Property Value

The layer that the view is being rendered on.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to