ESRI.ArcGIS.ADF.IMS
Width Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleMarkerSymbol Class : Width Property




Gets or sets the symbol width in pixels.

Syntax

Visual Basic (Declaration) 
Public Property Width As Integer
Visual Basic (Usage)Copy Code
Dim instance As SimpleMarkerSymbol
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
C# 
public int Width {get; set;}

Example

For an example, see the SimpleMarkerSymbol overviewSimpleMarkerSymbol.

Remarks

Default is 3 pixels.

See Also

© 2010 All Rights Reserved.