C# Class Dynamo.Controls.SearchHighlightMarginConverter

Inheritance: IMultiValueConverter
Mostra file Open project: DynamoDS/Dynamo Class Usage Examples

Public Methods

Method Description
Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

Private Methods

Method Description
ComputeTextWidth ( string text, System.Windows.Media.Typeface typeface, System.Windows.Controls.TextBlock textBlock ) : double

Method Details

Convert() public method

public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System.Globalization.CultureInfo
return object[]