GrapeCity MultiRow Windows Forms Documentation
MouseOverGradientEffect Property (Section)


Gets or sets the background gradient effect in mouse hover state.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("Indicates the gradient effect in mouse hover state.")>
<SRCategoryAttribute("Appearance")>
Public Property MouseOverGradientEffect As GradientEffect
Dim instance As Section
Dim value As GradientEffect
 
instance.MouseOverGradientEffect = value
 
value = instance.MouseOverGradientEffect
[RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("Indicates the gradient effect in mouse hover state.")]
[SRCategory("Appearance")]
public GradientEffect MouseOverGradientEffect {get; set;}

Property Value

A GradientEffect object used to draw the background in mouse hover state.
Remarks
When you set Direction to GradientDirection.Inherit, the actual effect is GradientDirection.Center. When you set Style to GradientStyle.Inherit, the actual effect is GradientStyle.Vertical.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.