TextElement.FontStyle Свойство

Определение

Возвращает или задает стиль шрифта для содержимого в этом элементе.

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"/>

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

Одно из имен констант FontStyle , задающее стиль шрифта. Значение по умолчанию — Обычный.

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