Avatar size - 1 to 80 for gravatars.

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

Syntax

C#
public int AvatarSize { get; set; }
Visual Basic
Public Property AvatarSize As Integer
	Get
	Set
Visual C++
public:
property int AvatarSize {
	int get ();
	void set (int value);
}
F#
member AvatarSize : int with get, set

Property Value

Type: Int32

See Also