Gravatar type

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

Syntax

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

Property Value

Type: GravatarType

Implements

IGravatar..::..RenderType

See Also