ESRI.ArcGIS.ADF.IMS
FinishColor Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > GradientFillSymbol Class : FinishColor Property




Gets or sets the end color of the gradient.

Syntax

Visual Basic (Declaration) 
Public Property FinishColor As Color
Visual Basic (Usage)Copy Code
Dim instance As GradientFillSymbol
Dim value As Color
 
instance.FinishColor = value
 
value = instance.FinishColor
C# 
public Color FinishColor {get; set;}

Example

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

Remarks

Default is Green.

See Also

© 2010 All Rights Reserved.