Twitterizer 2 Documentation
IsProfileBackgroundTiled Property
NamespacesTwitterizerTwitterUserIsProfileBackgroundTiled
Gets or sets a value indicating whether this user's profile background image is tiled.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "profile_background_tile")]
public Nullable<bool> IsProfileBackgroundTiled { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "profile_background_tile")> _
Public Property IsProfileBackgroundTiled As Nullable(Of Boolean)
	Get
	Set
Value
true if this user's profile background image is tiled; otherwise, false.

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