ContentPresenter.FontStyle Свойство

Определение

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

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

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

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

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

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