Copyright © 2003-2024 MultiMedia Soft

VistaColorGlossyEmphUpper property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property VistaColorGlossyEmphUpper As Color

 

[C#]

public override Color VistaColorGlossyEmphUpper {get; set;}

 

[C++]

public: __property Color get_VistaColorGlossyEmphUpper();

public: __property void set_VistaColorGlossyEmphUpper(Color);

 

 

Remarks

The gradient color used for emphasizing the upper 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 VistaColorGlossyEmphUpper property set to yellow on the right (in order to enhance the effect the opacity value of the VistaOpacityGlossyEmphUpper property has been raised respect to its default):

3dcm_i00015f     3dcm_i000160

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

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