Delegate
ColorMeasureScale.SetColorDelegate

Colors the framework element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public delegate void ColorMeasureScale.SetColorDelegate(object element, MapShapeFill shapeFill, MapShapeFill highlightFill)

Constructors

SetColorDelegate(object, nint)

Declaration

cs-api-definition
public SetColorDelegate(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(object, MapShapeFill, MapShapeFill, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object element, MapShapeFill shapeFill, MapShapeFill highlightFill, AsyncCallback callback, object @object)

Parameters

element

object

shapeFill

MapShapeFill

highlightFill

MapShapeFill

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, MapShapeFill, MapShapeFill)

Declaration

cs-api-definition
public virtual void Invoke(object element, MapShapeFill shapeFill, MapShapeFill highlightFill)

Parameters

element

object

shapeFill

MapShapeFill

highlightFill

MapShapeFill