Delegate ColorMeasureScale.SetColorDelegate
Colors the framework element.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public delegate void SetColorDelegate(object element, MapShapeFill shapeFill, MapShapeFill highlightFill);
Parameters
System.Object
element
Object to set colors. |
MapShapeFill
shapeFill
MapShapeFill instance for a shape. |
MapShapeFill
highlightFill
MapShapeFill instance for shape highlighting. |
Constructors
SetColorDelegate(Object, IntPtr)
Declaration
public SetColorDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, MapShapeFill, MapShapeFill, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object element, MapShapeFill shapeFill, MapShapeFill highlightFill, AsyncCallback callback, object object)
Parameters
System.Object
element
|
MapShapeFill
shapeFill
|
MapShapeFill
highlightFill
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, MapShapeFill, MapShapeFill)
Declaration
public virtual void Invoke(object element, MapShapeFill shapeFill, MapShapeFill highlightFill)
Parameters
System.Object
element
|
MapShapeFill
shapeFill
|
MapShapeFill
highlightFill
|