Copyright © 2003-2024 MultiMedia Soft

SmoothEdges property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i000041

Smooths.Low

1

Medium smoothing applied.

3dcm_i000043

Smooths.High

2

High smoothing applied.

3dcm_i000044

 

In order to change this setting at Design-time take a look to the How to change the control appearance section.