ArcGIS Explorer Component Help |
Symbol..::.CanChangeOutlineColor Property |
Symbol Class See Also |
Gets a value indicating whether the outline 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 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 OutlineColor property will actually change symbol's appearance. This property is true for Fill symbols, and false for Line and Marker symbols.