Class ColorMeasureScale.SetColorDelegate
Colors the framework element.
Inheritance
System.Object
ColorMeasureScale.SetColorDelegate
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class SetColorDelegate : MulticastDelegate
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
|