ESRI.ArcGIS.ADF.IMS
OutlineColor Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > TextSymbol Class : OutlineColor Property




Gets or sets the outline color of the text.

Syntax

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

Remarks

Color for the outline of labels.

No default color. No outline is drawn unless a color is explicitly specified.

It is not recommended to use GlowColor and OutlineColor together. Use one or the other.

See Also

© 2010 All Rights Reserved.