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




Gets or sets the color of the text outline.

Syntax

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

Example

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

See Also

© 2010 All Rights Reserved.