Gets the thumbnail size

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Thumbsize Size { get; internal set; }
Visual Basic (Declaration)
Public Property Size As Thumbsize
Visual C++
public:
property Thumbsize Size {
	Thumbsize get ();
	void set (Thumbsize value);
}

See Also