ESRI.ArcGIS.ADF.Web
GradientFillSymbol Constructor(Color,Color,GradientFillType)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > GradientFillSymbol Class > GradientFillSymbol Constructor : GradientFillSymbol Constructor(Color,Color,GradientFillType)




startColor
Start color of the gradient.
finishColor
End color of the gradient.
type
Type of gradient fill.
Constructs a GradientFillSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal startColor As Color, _
   ByVal finishColor As Color, _
   ByVal type As GradientFillType _
)
Visual Basic (Usage)Copy Code
Dim startColor As Color
Dim finishColor As Color
Dim type As GradientFillType
 
Dim instance As New GradientFillSymbol(startColor, finishColor, type)
C# 
public GradientFillSymbol( 
   Color startColor,
   Color finishColor,
   GradientFillType type
)

Parameters

startColor
Start color of the gradient.
finishColor
End color of the gradient.
type
Type of gradient fill.

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

© 2011 All Rights Reserved.