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。

適用於