Class TextConfig

TextConfig class

テキスト要素を表します。 情報の表示に使用します。 認識には関与しません。

public class TextConfig : BaseConfig

コンストラクター

名前説明
TextConfig()デフォルトのコンストラクター。

プロパティ

名前説明
Color { get; set; }テキストの色
FontFamily { get; set; }text のフォントファミリー
FontSize { get; set; }テキストのサイズ font
FontStyle { get; set; }text のスタイル
override Name { get; set; }表示する必要があるテキスト
TextAlignment { get; set; }テキストの配置。page のどこにテキストを描画するかを示します
override Type { get; set; }omr 要素のタイプ。 JSON シリアル化の必須フィールド.

関連項目