UIView.UILayoutFittingExpandedSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente la valeur associée à la constante UILayoutFittingExpandedSize
[Foundation.Field("UILayoutFittingExpandedSize", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGSize UILayoutFittingExpandedSize { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.UILayoutFittingExpandedSize : CoreGraphics.CGSize
Valeur de propriété
- Attributs
Remarques
Indique que SystemLayoutSizeFittingSize(CGSize, Single, Single) doit calculer la plus grande taille possible.
S’applique à
Voir aussi
- <xref:UIKit.UIView.SystemLayoutSizeFittingSize>