ContentPresenter.FontStretch プロパティ

定義

ContentPresenter によって表示されるテキスト コンテンツのフォント ストレッチを取得または設定します。

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

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = contentPresenter.fontStretch;
contentPresenter.fontStretch = fontStretch;
Public Property FontStretch As FontStretch
<ContentPresenter FontStretch="fontStretchMemberName"/>

プロパティ値

FontStretch 定数として、要求されたフォントストレッチ。 既定値は Normal です。

適用対象