ESRI.ArcGIS.ADF.Web
OutlineColor Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > TextMarkerSymbol Class : OutlineColor Property


Gets or sets the outline color.

Syntax

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

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also