RichEditTextRange.CharacterFormat 属性

定义

获取或设置文本范围的字符格式设置属性。

public:
 property ITextCharacterFormat ^ CharacterFormat { ITextCharacterFormat ^ get(); void set(ITextCharacterFormat ^ value); };
ITextCharacterFormat CharacterFormat();

void CharacterFormat(ITextCharacterFormat value);
public ITextCharacterFormat CharacterFormat { get; set; }
var iTextCharacterFormat = richEditTextRange.characterFormat;
richEditTextRange.characterFormat = iTextCharacterFormat;
Public Property CharacterFormat As ITextCharacterFormat

属性值

字符格式设置属性。

实现

适用于