TextBlock.FontStretch 屬性

定義

取得或設定這個專案中文字內容的字型延展。

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

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

屬性值

要求的字型延展,做為 FontStretch 常數。 預設值為 Normal。

適用於