The Symbol type exposes the following members.

Methods

  NameDescription
Clone
Returns a new Symbol with properties equal to the current Symbol.
CreateFillOverloaded.
Returns a new fill Symbol object with the specified properties.
CreateFromXmlString
Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread.
CreateLine
Returns a new line symbol object with the specified color.
CreateMarkerOverloaded.
Returns a new marker Symbol object with the specified properties.
Equals
Tests whether the specified object and the current object refer to the same underlying object.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GeometryTypeToSymbolType
Returns the appropriate SymbolType for the indicated GeometryType.
GetBitmapOverloaded.
Returns a Bitmap of the Symbol. Overloads are available to specify the size and background Color of the Bitmap.
GetDefaultOverloaded.
Returns the default Symbol for the indicated type.
GetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String representation of this Symbol.
(Overrides Object..::.ToString()()().)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.

Properties

  NameDescription
CanChangeColor
Gets a value indicating whether the color of this symbol can be changed.
CanChangeOutlineColor
Gets a value indicating whether the outline color of this symbol can be changed.
Category
Gets the category of the symbol, i.e. Civic, Health, Placemark.
Color
Gets or sets the color of the Symbol.
Id
Gets or sets a unique string that identifies the initial symbol type.
Name
Gets or sets the identifying name of the symbol.
OutlineColor
Gets or sets the outline color of the symbol.
Size
Gets or sets the size of the symbol.
SymbolType
Gets or sets the type of the symbol.

See Also