UIView.NoIntrinsicMetric Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.