Gets or sets the rendering quality for gradient rounds.
Namespace:
Greatis.GradientControlsAssembly: Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property SmoothingMode As SmoothingMode |
| C# |
|---|
public SmoothingMode SmoothingMode { get; set; } |
| Visual C++ |
|---|
public: property SmoothingMode SmoothingMode { SmoothingMode get (); void set (SmoothingMode value); } |
| JavaScript |
|---|
function get_smoothingMode(); function set_smoothingMode(value); |