Compartilhar via


UIFont.WithSize(nfloat) Método

Definição

Retorna uma nova fonte com base na atual, com o novo tamanho especificado.

public virtual UIKit.UIFont WithSize (nfloat size);
abstract member WithSize : nfloat -> UIKit.UIFont
override this.WithSize : nfloat -> UIKit.UIFont

Parâmetros

size
nfloat

O novo tamanho da fonte (em pontos).

Retornos

A nova fonte no tamanho especificado.

Comentários

Isso pode ser usado em um thread em segundo plano.

Aplica-se a