Copyright © 2003-2024 MultiMedia Soft

VistaGlossySmoothFactor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property VistaGlossySmoothFactor As Integer

 

[C#]

public override short VistaGlossySmoothFactor {get; set;}

 

[C++]

public: __property short get_VistaGlossySmoothFactor();

public: __property void set_VistaGlossySmoothFactor(short);

 

 

Remarks

The smoothing factor applied to the glossy effect. Can be in the range from 0 (default, no smoothing) to 5 (max smoothing).

Below you can see 3 sample pictures with different smooth factors applied.

VistaGlossySmoothFactor set to 0

3dcm_i000175

VistaGlossySmoothFactor set to 2

3dcm_i000176

VistaGlossySmoothFactor set to 5

3dcm_i000177

For further details about settings for the Vista's Aero style, see the How to manage colors of Vista's Aero style tutorial.