ContentPresenter.FontWeight Propiedad

Definición

Obtiene o establece el peso de fuente de nivel superior para el contenido de texto presentado por ContentPresenter.

public:
 property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FontWeight();

void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = contentPresenter.fontWeight;
contentPresenter.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<ContentPresenter FontWeight="fontWeightsValue"/>

Valor de propiedad

Peso de fuente solicitado, que es un FontWeight que se obtiene de uno de los valores de propiedad FontWeights . El valor predeterminado es Normal.

Se aplica a