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




startColor
finishColor
type
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
finishColor
type

Example

For an example of using GradientFillSymbol, see the GradientFillSymbol overview .

See Also

© 2010 All Rights Reserved.