共用方式為


Typography.StandardSwashes 屬性

定義

取得或設定值,指定標準 Swashes 表單的索引。

public:
 property int StandardSwashes { int get(); void set(int value); };
public int StandardSwashes { get; set; }
member this.StandardSwashes : int with get, set
Public Property StandardSwashes As Integer

屬性值

標準 swashes 表單的索引。 預設值為 0 (零)。

備註

這個屬性會取得或設定對象上擁有 Typography 屬性的值,這是存取 Typography 類別實例的唯一方法。 此外,這個屬性支援附加屬性的使用方式,以便在 XAML 中包含文字的物件上設定它。

洗禮是裝飾性圖像,使用精心製作的裝飾,通常與書法相關聯。 下列文字會顯示 Pescadero 字型的標準和 swash 字元。

使用 OpenType 標準 文字,並使用 OpenType 標準和 swash 字元
標準字元和 swash 字元的範例

Swashes 通常用於簡短片語中的裝飾元素,例如事件公告。 下列文字會使用 swashes 強調事件名稱的大寫字母。

使用 OpenType swashes
用於大寫字母的洗刷範例

下列程式代碼範例示範如何使用 StandardSwashes 屬性來定義字型的 swashes。

<Paragraph FontFamily="Pescadero" TextBlock.TextAlignment="Center">
  Wishing you a<LineBreak/>
  <Run Typography.StandardSwashes="1" FontSize="36">Happy New Year!</Run>
</Paragraph>

如果 StandardSwashes 的值大於零,且選取的字型不支援指定索引值的標準斜體窗體,則會顯示字母的預設格式。

XAML 屬性使用方式

< objectTypography.StandardSwashes=“int”/>

相依性屬性資訊

標識元欄位 StandardSwashesProperty
設定為 true 的元數據屬性 AffectsMeasureAffectsRenderInherits

適用於

另請參閱