Gets the smoothing mode value.

Namespace: MonoSoftware.Core.Drawing
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

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

Property Value

Type: SmoothingMode

See Also