Gravatar type

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

Syntax

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

Property Value

Type: GravatarType

See Also