Copyright © 2003-2024 MultiMedia Soft

VistaColorGlossyEmphLower property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property VistaColorGlossyEmphLower As Color

 

[C#]

public override Color VistaColorGlossyEmphLower {get; set;}

 

[C++]

public: __property Color get_VistaColorGlossyEmphLower();

public: __property void set_VistaColorGlossyEmphLower(Color);

 

 

Remarks

The gradient color used for emphasizing the lower portion of the glossy effect when the control is in mouse over state.

Below the button with its default value on the left and with the VistaColorGlossyEmphLower property set to yellow on the right (in order to enhance the effect the opacity value of the VistaOpacityGlossyEmphLower property has been raised respect to its default):

3dcm_i00015f     3dcm_i000161

The gradient effect of this color can be enhanced/reduced through the VistaOpacityGlossyEmphLower property

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