Gets or sets images smooting mode.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic
<DefaultValueAttribute(SmoothingMode.Default)> _
Public Property ImagesSmoothingMode As SmoothingMode
	Get
	Set
C#
[DefaultValueAttribute(SmoothingMode.Default)]
public SmoothingMode ImagesSmoothingMode { get; set; }
Visual C++
[DefaultValueAttribute(SmoothingMode::Default)]
public:
property SmoothingMode ImagesSmoothingMode {
	SmoothingMode get ();
	void set (SmoothingMode value);
}
JavaScript
function get_imagesSmoothingMode();
function set_imagesSmoothingMode(value);

See Also