An optional "size" parameter may follow that specifies the desired width and height of the gravatar. Valid values are from 1 to 80 inclusive. Any size other than 80 will cause the original gravatar image to be downsampled using bicubic resampling before output.

Namespace: MonoSoftware.MonoX.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int Size { get; set; }
Visual Basic
Public Property Size As Integer
	Get
	Set
Visual C++
public:
virtual property int Size {
	int get () sealed;
	void set (int value) sealed;
}
F#
abstract Size : int with get, set
override Size : int with get, set

Property Value

Type: Int32

Implements

IGravatar..::..Size

See Also