ESRI.ArcGIS.ADF.ArcGISServer
BackgroundSymbol Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ClassBreaksRenderer Class : BackgroundSymbol Property




Syntax

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

See Also

© 2010 All Rights Reserved.