FontWeights.Normal Propiedad

Definición

Especifica un peso de fuente "Normal".

public:
 static property System::Windows::FontWeight Normal { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight Normal { get; }
static member Normal : System.Windows.FontWeight
Public Shared ReadOnly Property Normal As FontWeight

Valor de propiedad

Valor que representa un peso de fuente "Normal".

Ejemplos

Un peso de fuente "Ultra-bold" describe un trazo más pesado que un peso normal.

Comentarios

Normal es equivalente en el peso de fuente a Regular.

Se aplica a