Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
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 factor used to smooth edges on the button surface. 
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index