DelegateColorMeasureScale.SetColorDelegate
Delegate
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
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
shapeFill
highlightFill
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, MapShapeFill, MapShapeFill)
Declaration
cs-api-definition
public virtual void Invoke(object element, MapShapeFill shapeFill, MapShapeFill highlightFill)
Parameters
element
shapeFill
highlightFill