UIView.NoIntrinsicMetric Property

Definition

Represents the value associated with the constant UIViewNoIntrinsicMetric

[Foundation.Field("UIViewNoIntrinsicMetric", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static nfloat NoIntrinsicMetric { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.NoIntrinsicMetric : 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