Method SetImageName
- Namespace
- Innova.Prism.Telerik.Extensions
- Assembly
- Innova.Prism.Telerik.dll
SetImageName(FrameworkElement, string)
Sets the value of the ImageName attached property for a specified element.
public static void SetImageName(FrameworkElement element, string value)
Parameters
element
FrameworkElementThe element to set the value for.
value
stringThe value to set.