C# (CSharp) GPS.Converters 네임스페이스

클래스들

이름 설명
AngleToRenderTransform Converter that transforms an angle into a RotateTransform. Note: One may be tempted to directly bind the Angle property of a RotateTransform. That will only work in WPF and not in Silverlight for WPF7. In Silverlight/WPF7 binding can be applied only to a FrameworkElement and RotateTransform is not a FrameworkElement.
BytesToKBytesConverter Converter that transforms Bytes in Kilo Bytes.
StringMatchToVisibleConverter Converter that transforms a string match to a Visibility. This is particularly useful when we need to match the value of an enum in a converter. Example: Visibility="{Binding SomeEnumField, Converter={StaticResource StringMatchToVisibleConverter}, ConverterParameter=MatchingValueCorrespondingToVisible}">.