ESRI.ArcGIS.ADF.ArcGISServer
VerticalGap Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > SymbolBackground Class : VerticalGap Property




Vertical offset or gap between the decoration and the subject in points.

Syntax

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

See Also

© 2010 All Rights Reserved.