ESRI.ArcGIS.ADF.Web | |
SimpleLineSymbol Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace : SimpleLineSymbol Class |
The following tables list the members exposed by SimpleLineSymbol.
Name | Description | |
---|---|---|
SimpleLineSymbol Constructor | Overloaded. Constructs a SimpleLineSymbol. |
Name | Description | |
---|---|---|
Color | Gets or sets the line color. | |
Transparency | Gets or sets the transparency of the symbol. This value must be between 0 and 100. (Inherited from Symbol) | |
Type | Gets or sets the line type. | |
Width | Gets or sets line thickness in pixels. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates a deep clone of the current Object. | |
FromJson | Populates symbol properties using JSON string. Use Symbol.FromString to deserialize from string into an symbol instance of the type specified in the JSON string. | |
ToJson | Creates a JSON string representing the symbol. |