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




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

Syntax

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

See Also

© 2010 All Rights Reserved.