Gets or sets the color of the profile background.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "profile_background_color")] public string ProfileBackgroundColorString { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "profile_background_color")> _ Public Property ProfileBackgroundColorString As String Get Set
The color of the profile background.