ESRI.ArcGIS.ADF.ArcGISServer
Height Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerLegendPatch Class : Height Property




The patch width (in points).

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Height As Double
Visual Basic (Usage)Copy Code
Dim instance As MapServerLegendPatch
Dim value As Double
 
instance.Height = value
 
value = instance.Height
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public double Height {get; set;}

See Also

© 2010 All Rights Reserved.