C# (CSharp) WinRTXamlToolkit.Converters Namespace

Сlasses

Name Description
BooleanToDataTemplateConverter Selects a DataTemplate based on a boolean value.
BooleanToVisibilityConverter Value converter that translates true to Visibility.Visible and false to Visibility.Collapsed.
ColorToBrushConverter
DoubleToIntConverter Converts a double to an int.
MultiplyConverter Converts given value to a double-typed result of its multiplied by the parameter.
NullableBoolToBoolConverter Converts between bool? and bool.
NullableBoolToVisibilityConverter Converts a nullable bool to Visibility.
PolynomialConverter Converts given value to a double-typed result of a polynomial given its coefficients.
ProjectionRotationToVisibilityConverter Makes elements rotated in a way that they are not facing the viewer - invisible.
SecondsToTimeSpanStringConverter Converts a double type total number of seconds value into a time span string format - HH:mm:ss.fff