TextRange.ClearAllProperties 方法

定义

从当前所选内容中移除所有格式属性(由 Inline 元素表示)。

public:
 void ClearAllProperties();
public void ClearAllProperties ();
member this.ClearAllProperties : unit -> unit
Public Sub ClearAllProperties ()

注解

此方法仅影响任何 Inline 格式设置元素,例如 BoldItalic。 不会更改对段落和其他封闭 Block 元素设置的属性。

适用于

另请参阅