ESRI.ArcGIS.ADF.Web
FillType Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > SimpleFillSymbol Class : FillType Property




Gets or sets the symbol fill type.

Syntax

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

See Also

© 2010 All Rights Reserved.