Copyright © 2003-2024 MultiMedia Soft
SmoothEdges property
Type
[Visual Basic]
Public Property SmoothEdges As Ctl3d.Smooths
[C#]
public Ctl3d.Smooths SmoothEdges {get; set;}
[C++]
public: __property Ctl3d.Smooths get_SmoothEdges();
public: __property void set_SmoothEdges(Ctl3d.Smooths);
Remarks
The look of the button when in normal state.
Supported values are the following:
Enumerated value
Value
Meaning
Smooths.None
0 (default)
No smoothing applied.
Smooths.Low
1
Medium smoothing applied.
Smooths.High
2
High smoothing applied.
In order to change this setting at Design-time take a look to the How to change the control appearance section.