UIView.SizeThatFits(CGSize) Method
Definition
[Foundation.Export("sizeThatFits:")]
public virtual CoreGraphics.CGSize SizeThatFits (CoreGraphics.CGSize size);
abstract member SizeThatFits : CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.SizeThatFits : CoreGraphics.CGSize -> CoreGraphics.CGSize
Parameters
Returns
The default value is the UIView's Bounds' Size.
- Attributes
Applies to
See also
- <xref:MonoToch.UIKit.UIView.SizeToFit>