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 , определяющее стиль шрифта. Значение по умолчанию — Обычный.

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