FontIcon.FontWeight Свойство

Определение

Возвращает или задает толщину глифа значка.

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

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

Значение свойства

Значение типа , указывающее толщину глифа значка. Значение по умолчанию — Обычный.

Применяется к