Visual Basic (Declaration) | |
---|---|
Public Property Geometry As Geometry |
C# | |
---|---|
public Geometry Geometry {get; set;} |
A Graphic's Geometry type must match the symbol type. Ie. a ESRI.ArcGIS.Client.Symbols.MarkerSymbol for a MapPoint or ESRI.ArcGIS.Client.Geometry.MultiPoint, FillSymbol for a ESRI.ArcGIS.Client.Geometry.Polygon and LineSymbol for a ESRI.ArcGIS.Client.Geometry.Polyline.
Target Platforms:Windows Phone 7