TextRunTypographyProperties.OnPropertiesChanged 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
只要任何 TextRunTypographyProperties 属性的值发生更改,便会更正 TextRunTypographyProperties 派生类的内部状态。
protected:
void OnPropertiesChanged();
protected void OnPropertiesChanged ();
member this.OnPropertiesChanged : unit -> unit
Protected Sub OnPropertiesChanged ()
注解
如果值作为 setter 的一 TextRunTypographyProperties 部分更改,则从属性重写的 set 访问器调用此方法。