PropertyHelper
Class
Utility to scan properties through reflection.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public static class PropertyHelper
Inheritance: objectPropertyHelper
Methods
Sets property of the given IDiagramItem. The path to the property is given in the propertyPath string parameter.
C#
public static void SetPropertyViaPropertyPath(string propertyPath, IDiagramItem diagramItem, object newValue)