Gets or sets a value indicating whether this user's profile background image is tiled.
| 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
true if this user's profile background image is tiled; otherwise, false.