NumberSubstitution.Substitution 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會識別用來判斷數位替代的替代方法。
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
屬性值
備註
CultureSource 屬性的預設值為 AsCulture,指定替代方法應該根據數位文化特性的 DigitSubstitution 屬性值來決定。
此參考頁面代表兩個相同名稱但不是完全對等的 Substitution 屬性用法:
您可以在 NumberSubstitution 實例的程式代碼中設定此屬性,做為 Common Language Runtime (CLR) 屬性。 在此使用方式中,屬性不是由相依性屬性標識碼所支援,它是由私用欄位所支援,而且不會做為相依性屬性。
您可以將此屬性設定為 XAML 中的附加屬性使用方式。 附加屬性使用方式是此屬性具有 Dependency Property Information 區段的原因,因為附加屬性是由相依性屬性標識符所支援。 在 XAML 中,使用方式是
<
物件NumberSubstitution.替代="
值".../>
,其中 物件 是套用指定數位替代邏輯的物件專案,而 值 是 NumberSubstitutionMethod 值的字元串表示法。 在程式代碼中,GetSubstitution 和 SetSubstitution支援附加屬性使用方式。
XAML 屬性使用方式
< objectNumberSubstitution.Substitution=“NumberSubstitutionMethod”/>
相依性屬性資訊
標識元欄位 | SubstitutionProperty |
設定為 true 的元數據屬性 |
沒有 |