GrapeCity MultiRow Windows Forms Documentation
Style Property (GradientEffect)


Gets or sets the gradient style.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
Public Property Style As GradientStyle
Dim instance As GradientEffect
Dim value As GradientStyle
 
instance.Style = value
 
value = instance.Style
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
public GradientStyle Style {get; set;}

Property Value

A GradientStyle value that indicates the GradientStyle. The default is GradientStyle.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in GradientStyle.
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

GradientEffect Structure
GradientEffect Members

 

 


Copyright © GrapeCity, inc. All rights reserved.