Gets a value indicating whether the 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 CanChangeColor { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanChangeColor As Boolean

Field Value

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

Remarks

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

See Also

Relate Topics:
  CanChangeOutlineColor 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.