GrapeCity MultiRow Windows Forms Documentation
BackgroundGradientEffect Property (CellStyle)


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

Property Value

A GradientEffect object used to draw the background.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.