ESRI.ArcGIS.ADF.Web.UI.WebControls
ImageHeight Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Magnifier Class : ImageHeight Property




This is the height of the image. This property will get updated when the floating panel resizes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Property ImageHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As Magnifier
Dim value As Integer
 
instance.ImageHeight = value
 
value = instance.ImageHeight
C# 
protected virtual int ImageHeight {get; set;}

See Also

© 2010 All Rights Reserved.