Share via


UIView.NoIntrinsicMetric Property

Definition

Represents the value associated with the constant UIViewNoIntrinsicMetric

[Foundation.Field("UIViewNoIntrinsicMetric", "UIKit")]
public static System.Runtime.InteropServices.NFloat NoIntrinsicMetric { get; }
[<Foundation.Field("UIViewNoIntrinsicMetric", "UIKit")>]
static member NoIntrinsicMetric : System.Runtime.InteropServices.NFloat

Property Value

Attributes

Remarks

This property is associated with the IntrinsicContentSize method. This value indicates that the UIView has no natural size in a particular dimension.

Applies to