TextRunTypographyProperties.OnPropertiesChanged メソッド

定義

TextRunTypographyProperties プロパティが値を変更するたびに、TextRunTypographyProperties派生クラスの内部状態を修正します。

protected:
 void OnPropertiesChanged();
protected void OnPropertiesChanged();
member this.OnPropertiesChanged : unit -> unit
Protected Sub OnPropertiesChanged ()

注釈

値がセッターの一部として変更された場合は、 TextRunTypographyProperties プロパティオーバーライドの set アクセサーからこのメソッドを呼び出します。

適用対象