ESRI.ArcGIS.ADF.IMS
OutlineColor Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > TrueTypeMarkerSymbol 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 TrueTypeMarkerSymbol
Dim value As Color
 
instance.OutlineColor = value
 
value = instance.OutlineColor
C# 
public Color OutlineColor {get; set;}

Remarks

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.