FontWeights.Normal Propiedad

Definición

Especifica el grosor de una fuente "Normal".

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

Valor de propiedad

FontWeight

Valor que representa el grosor de una fuente "Normal".

Ejemplos

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

Comentarios

Normal es equivalente en peso de fuente a Regular.

Se aplica a