ESRI.ArcGIS.ADF.Web
GradientFillSymbol Constructor(Color,Color,GradientFillType)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.