ESRI.ArcGIS.ADF.ArcGISServer
BackgroundColor Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > SimpleTextSymbol Class : BackgroundColor Property




Syntax

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

See Also

© 2010 All Rights Reserved.