TextRunTypographyProperties.OnPropertiesChanged メソッド

定義

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

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

注釈

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

適用対象