Click or drag to resize

UnaryOperationConverterOperation Property

Gets or sets the operation performed by this converter.

Even though this converter supports only one operation, the property is present to have the same look and feel like the BinaryOperationConverter.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public UnaryOperation Operation { get; set; }

Property Value

Type: UnaryOperation
See Also