FontIcon.FontStyle Eigenschaft

Definition

Ruft den Schriftstil für die Symbol-Glyphe ab oder legt diese fest.

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

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = fontIcon.fontStyle;
fontIcon.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<FontIcon FontStyle="fontStyleMemberName"/>

Eigenschaftswert

Eine benannte Konstante der -Enumeration, die die Formatvorlage angibt, in der die Symbol-Glyphe gerendert wird. Der Standardwert ist Normal.

Gilt für: