コンテンツにスキップ

NativeTemplateTextStyle

NativeTemplateTextStyle クラスは、ネイティブオーバーレイ広告内のテキストフィールドの前景と背景のスタイル詳細を設定します。

プロパティ

background_color / BackgroundColor

テキストブロックの後ろの背景色。

var background_color: Color # Or null
public Color? BackgroundColor { get; set; }

text_color / TextColor

テキストの色。

var text_color: Color # Or null
public Color? TextColor { get; set; }

font_size / FontSize

ポイント単位のフォントサイズ。

var font_size: float
public float FontSize { get; set; }

style / Style

テキスト要素のフォントウェイトスタイル。

var style: NativeTemplateFontStyle.Values
public NativeTemplateFontStyle Style { get; set; }