TextElement.FontStyle Eigenschaft

Definition

Ruft den Schriftstil für den Inhalt in diesem Element ab oder legt diesen fest.

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

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

Eigenschaftswert

Einer der Namen der FontStyle-Konstanten , der die Schriftart angibt. Der Standardwert ist Normal.

Gilt für: