📄️ CornerRadiusFilterConverter Class
Converts an existing CornerRadius struct to a new CornerRadius struct, with filters applied to extract only the specified corners, leaving the others set to 0.
📄️ CornerRadiusToDoubleConverter Class
Converts one corner of a CornerRadius to its double value.
📄️ Corners Enumeration
Defines constants that specify one or more corners of a CornerRadius.
📄️ EnumToBoolConverter Class
Converter to convert an enum value to bool by comparing to the given parameter. Both value and parameter must be of the same enum type.
📄️ MarginMultiplierConverter Class
Definition
📄️ MenuScrollingVisibilityConverter Class
Definition
📄️ PlatformKeyGestureConverter Class
Converts a KeyGesture to a string, formatting it according to the current platform's style guidelines.
📄️ StringFormatConverter Class
Calls Format(String, Object[]) on the passed in values, where the first element in the list is the string, and everything after it is passed into the object array in order.