Gets or sets the rendering method to use.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public RenderingMethod RenderingMethod { get; set; }
Visual Basic (Declaration)
Public Property RenderingMethod As RenderingMethod
Visual C++
public:
property RenderingMethod RenderingMethod {
	RenderingMethod get ();
	void set (RenderingMethod value);
}

See Also