Twitterizer 2 Documentation
ProfileBackgroundColorString Property
NamespacesTwitterizerTwitterUserProfileBackgroundColorString
Gets or sets the color of the profile background.
Declaration Syntax
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
Value
The color of the profile background.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)