GrapeCity MultiRow Windows Forms Documentation
Colors Property


Gets or sets a System.Drawing.Color array indicating the colors that will be used in gradient effect.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
<TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.GradientColorsConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Property Colors As Color()
Dim instance As GradientEffect
Dim value() As Color
 
instance.Colors = value
 
value = instance.Colors
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
[TypeConverter("GrapeCity.Win.MultiRow.Design.GradientColorsConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public Color[] Colors {get; set;}

Property Value

A System.Drawing.Color array that represents the colors. The default is a null reference (Nothing in Visual Basic).
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.