CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.ProfileBannerSize Class Reference

Represents a size of a profile banner. More...

Inheritance diagram for CoreTweet.ProfileBannerSize:
CoreTweet.Core.CoreBase

Properties

int Width [get, set]
 Gets or sets the width in pixels of the size. More...
 
int Height [get, set]
 Gets or sets the height in pixels of the size. More...
 
string Url [get, set]
 Gets or sets the URL of the size. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents a size of a profile banner.

Property Documentation

◆ Height

int CoreTweet.ProfileBannerSize.Height
getset

Gets or sets the height in pixels of the size.

◆ Url

string CoreTweet.ProfileBannerSize.Url
getset

Gets or sets the URL of the size.

◆ Width

int CoreTweet.ProfileBannerSize.Width
getset

Gets or sets the width in pixels of the size.


The documentation for this class was generated from the following file: