RichEditTextRange.FormattedText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定具有指定範圍之格式化文字的 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
屬性值
格式化的文字。