次の方法で共有


ImageObject.AccentColor プロパティ

定義

イメージを支配する色を表す 3 バイトの 16 進数を取得します。 イメージが読み込まれるまで、クライアントで一時的な背景として色を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="accentColor")]
public string AccentColor { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accentColor")>]
member this.AccentColor : string
Public ReadOnly Property AccentColor As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象