FormattedTextFragment

FormattedTextFragment class

コンテンツ内の書式設定されたテキストのフラグメントに抽象基本クラスを提供します。

public abstract class FormattedTextFragment

プロパティ

名前 説明
abstract BackgroundColor { get; } テキストの背景色を取得します。
abstract Font { get; } テキストのフォントを取得します。
abstract ForegroundColor { get; } テキストの前景色を取得します。
abstract Text { get; } フラグメント テキストを取得します。

関連項目