Gets or sets the secondary color of the border skin's frame.
Skin frame second back color which is used for a gradient and hatching.
Visual Basic (Declaration) | |
---|---|
Public Property FrameBackGradientEndColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color FrameBackGradientEndColor {get; set;} |
Return Value
A Color structure. The default is Color.Empty.
The following sample specifies a border skin that uses a frame in the Page_Load event. We also use gradient colors of blue and red for the frame.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WebControl |
This property determines the secondary background color of a border skin, and is used when gradient colors are applied.
You can set FrameBackGradientEndColor to any valid ARGB (Alpha, Red, Green, Blue) value.
If hatching is used then this property determines the color of the hatching lines.
To use gradient colors:
- Set the primary color using the FrameBackColor property.
- Set the secondary color using this FrameBackGradientEndColor property.
- Set the FrameBackGradientType property to the desired gradient style.
Setting this property for border skins that do not use frames (e.g. SkinStyle=BorderSkinStyle.Raised) will have no effect.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family