Select to view content in your preferred language

How to create custom fill styles for SimpleFillSymbol with ArcGIS API for Flex?

972
2
Jump to solution
11-05-2012 04:31 AM
XintaoLiu
Deactivated User
As we know, by default there area several fill styles: backwarddiagonal, cross, digonalcross,forwarddiagonal, horizontal, null, solid and vertical. Is it possible if I want to add some customized fill styles to the system? And how to do it?

Thanks in advance!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
Just FYI, the link you gave is for the 1.x version of the ArcGIS API for Flex. If you are using the 2.x version, then the API reference is available at http://help.arcgis.com/en/webapi/flex/apiref/. If you are using the latest 3.0 version, the API reference is at http://resources.arcgis.com/en/help/flex-api/apiref/.

View solution in original post

0 Kudos
2 Replies
XintaoLiu
Deactivated User
As we know, by default there area several fill styles: backwarddiagonal, cross, digonalcross,forwarddiagonal, horizontal, null, solid and vertical. Is it possible if I want to add some customized fill styles to the system? And how to do it?

Thanks in advance!


I just figured it out: using esri:PictureFillSymbol by giving the picture in source property.
http://resources.esri.com/help/9.3/arcgisserver/apis/flex/apiref/com/esri/ags/symbol/PictureFillSymb...
0 Kudos
BjornSvensson
Esri Regular Contributor
Just FYI, the link you gave is for the 1.x version of the ArcGIS API for Flex. If you are using the 2.x version, then the API reference is available at http://help.arcgis.com/en/webapi/flex/apiref/. If you are using the latest 3.0 version, the API reference is at http://resources.arcgis.com/en/help/flex-api/apiref/.
0 Kudos