共用方式為


NumberSubstitution.Substitution 屬性

定義

取得或設定值,這個值會識別用來判斷數位替代的替代方法。

public:
 property System::Windows::Media::NumberSubstitutionMethod Substitution { System::Windows::Media::NumberSubstitutionMethod get(); void set(System::Windows::Media::NumberSubstitutionMethod value); };
public System.Windows.Media.NumberSubstitutionMethod Substitution { get; set; }
member this.Substitution : System.Windows.Media.NumberSubstitutionMethod with get, set
Public Property Substitution As NumberSubstitutionMethod

屬性值

NumberSubstitutionMethod的列舉值。

備註

CultureSource 屬性的預設值為 AsCulture,指定替代方法應該根據數位文化特性的 DigitSubstitution 屬性值來決定。

此參考頁面代表兩個相同名稱但不是完全對等的 Substitution 屬性用法:

  • 您可以在 NumberSubstitution 實例的程式代碼中設定此屬性,做為 Common Language Runtime (CLR) 屬性。 在此使用方式中,屬性不是由相依性屬性標識碼所支援,它是由私用欄位所支援,而且不會做為相依性屬性。

  • 您可以將此屬性設定為 XAML 中的附加屬性使用方式。 附加屬性使用方式是此屬性具有 Dependency Property Information 區段的原因,因為附加屬性是由相依性屬性標識符所支援。 在 XAML 中,使用方式是 <物件NumberSubstitution.替代="".../>,其中 物件 是套用指定數位替代邏輯的物件專案,而 NumberSubstitutionMethod 值的字元串表示法。 在程式代碼中,GetSubstitutionSetSubstitution支援附加屬性使用方式。

XAML 屬性使用方式

< objectNumberSubstitution.Substitution=“NumberSubstitutionMethod”/>

相依性屬性資訊

標識元欄位 SubstitutionProperty
設定為 true 的元數據屬性 沒有

適用於