Gets a value indicating whether the outline color of this symbol can be changed.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public bool CanChangeOutlineColor { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanChangeOutlineColor As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the symbol outline color can change; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

This property allows you to easily check if setting the Color property will actually change symbol's appearance. This property is true for Fill symbols, and false for Line and Marker symbols.

See Also

Relate Topics:
  CanChangeColor Property
  Category Property
  Color Property
  Id Property
  Name Property
  OutlineColor Property
  Size Property
  SymbolType Property
Created by Atop CHM to web converter,© 2009 all right reserved.