Used for conversion between the active tool of the diagram and all tool buttons in the diagram ribbon.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Ribbon
Assembly:Telerik.Windows.Controls.Diagrams.Ribbon.dll
Syntax:
C#
public class ActiveToolToBooleanConverter : IValueConverter
Inheritance: objectActiveToolToBooleanConverter
Implements:
Constructors
C#
public ActiveToolToBooleanConverter()
Methods
Returns true if there is a match between the Active Tool and the converter parameter provided from the button.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Returns the active tool type if there is a match between the Active Tool and the converter parameter provided from the button.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)