|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
In order to change this setting at Design-time take a look to the How to change the control appearance section.
|