C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.Compatible.SelectionEnabledToSelectionModeConverter

Converts from a true/false value indicating whether selection is enabled to a SeriesSelectionMode.
Inheritance: IValueConverter
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, string language ) : object

Converts a value.

ConvertBack ( object value, Type targetType, object parameter, string language ) : object

Converts a value back.

SelectionEnabledToSelectionModeConverter ( ) : System.Globalization

Initializes a new instance of the SelectionEnabledToSelectionModeConverter class.

Method Details

Convert() public method

Converts a value.
public Convert ( object value, Type targetType, object parameter, string language ) : object
value object The value produced by the binding source.
targetType Type The type of the binding target property.
parameter object The converter parameter to use.
language string
return object

ConvertBack() public method

Converts a value back.
public ConvertBack ( object value, Type targetType, object parameter, string language ) : object
value object The value produced by the binding source.
targetType Type The type of the binding target property.
parameter object The converter parameter to use.
language string
return object

SelectionEnabledToSelectionModeConverter() public method

Initializes a new instance of the SelectionEnabledToSelectionModeConverter class.
public SelectionEnabledToSelectionModeConverter ( ) : System.Globalization
return System.Globalization