共用方式為


RichEditTextRange.FormattedText 屬性

定義

取得或設定具有指定範圍之格式化文字的 ITextRange 物件。

public:
 property ITextRange ^ FormattedText { ITextRange ^ get(); void set(ITextRange ^ value); };
ITextRange FormattedText();

void FormattedText(ITextRange value);
public ITextRange FormattedText { get; set; }
var iTextRange = richEditTextRange.formattedText;
richEditTextRange.formattedText = iTextRange;
Public Property FormattedText As ITextRange

屬性值

格式化的文字。

實作

適用於