Share via


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

プロパティ値

書式設定されたテキスト。

実装

適用対象