DundasWinExtensions
AreaStyle Constructor
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > AreaStyle Class : AreaStyle Constructor


color
Color of area
backGradientEndColor
Back Gradient end color of area style
backGradientType
Back Gradient Type of area style
Create AreaStyle instance with passed parameters

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal color As Color, _
   ByVal backGradientEndColor As Color, _
   ByVal backGradientType As GradientType _
)
Visual Basic (Usage) Copy Code
Dim color As Color
Dim backGradientEndColor As Color
Dim backGradientType As GradientType
 
Dim instance As AreaStyle(color, backGradientEndColor, backGradientType)
C#  
public AreaStyle( 
   Color color,
   Color backGradientEndColor,
   GradientType backGradientType
)

Parameters

color
Color of area
backGradientEndColor
Back Gradient end color of area style
backGradientType
Back Gradient Type of area style

Requirements

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

See Also

© 2009 All Rights Reserved.