Gets a value indicating whether the color of this symbol can be changed.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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 Color property will actually change symbol's appearance.This property is true for Line and Fill symbols. This property is false for Marker symbols.