UIView.UILayoutFittingExpandedSize Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa o valor associado à 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
Valor da propriedade
- Atributos
Comentários
Indica que SystemLayoutSizeFittingSize(CGSize, Single, Single) deve calcular o maior tamanho possível.
Aplica-se a
Confira também
- <xref:UIKit.UIView.SystemLayoutSizeFittingSize>