共用方式為


Typography.ContextualSwashes 屬性

定義

取得或設定值,指定內容型斜體窗體的索引。

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

屬性值

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

備註

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

某些混合字元的組合可能會導致不吸引人的外觀,例如相鄰字母的重疊遞減。 使用內容式洗色可讓您使用替代的洗面圖像,以產生更好的外觀。 下列文字會在套用內容式洗飾前後顯示相同的單字。

使用 OpenType 內容洗
內容式洗刷的範例

下列程式代碼範例示範如何使用 ContextualSwashes 屬性,為 Pescadero 字型定義內容式的 swash。

<Paragraph FontFamily="Pescadero" Typography.StandardSwashes="1">
  Lyon <Run Typography.ContextualSwashes="1">L</Run>yon
</Paragraph>

XAML 屬性使用方式

< objectTypography.ContextualSwashes=“int”/>

相依性屬性資訊

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

適用於

另請參閱