ESRI.ArcGIS.ADF.IMS
BackColor Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > TextElement Class : BackColor Property




Gets or sets the background color for the text.

Syntax

Visual Basic (Declaration) 
Public Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As TextElement
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
public Color BackColor {get; set;}

Requirements

For an example of using this property, see TextElement(string, AcetateUnits) constructor.

See Also

© 2010 All Rights Reserved.