Type of the avatar to be rendered - if not set, the web.config settings are used.

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

Syntax

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

Property Value

Type: GravatarType

See Also