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




Gets or sets the type of gradient fill.

Syntax

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

Example

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

Remarks

Default is BDiagonal (backward diagonal fill).

See Also

© 2010 All Rights Reserved.