ESRI.ArcGIS.ADF.Web
Width Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > RasterMarkerSymbol Class : Width Property




Gets or sets a value that resizes the marker symbol's width to new size in pixels.

Syntax

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

See Also

© 2010 All Rights Reserved.