RadControls for Silverlight

Colors the framework element.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public delegate void SetColorDelegate(
	Object element,
	MapShapeFill shapeFill,
	MapShapeFill highlightFill
)
Visual Basic
Public Delegate Sub SetColorDelegate ( _
	element As Object, _
	shapeFill As MapShapeFill, _
	highlightFill As MapShapeFill _
)

Parameters

element
Type: System..::..Object
Object to set colors.
shapeFill
Type: Telerik.Windows.Controls.Map..::..MapShapeFill
MapShapeFill instance for a shape.
highlightFill
Type: Telerik.Windows.Controls.Map..::..MapShapeFill
MapShapeFill instance for shape highlighting.

See Also