Jump to: navigation, search

Difference between revisions of "Converters In Xamarin"


(Created page with "=Converters in Xamarin= This page lists all currently available converters for customizing Xamarin XAML. '''This Page is WIP!!!''' {| class="wikitable sortable" |- ! Converte...")
 
(Converters in Xamarin)
Line 9: Line 9:
 
|-  
 
|-  
 
| Boolean Invert Converter || ✓ || Interprets and converts a '''boolean''' into its '''inverted value'''. If the value cannot be interpreted, ''false'' is returned.
 
| Boolean Invert Converter || ✓ || Interprets and converts a '''boolean''' into its '''inverted value'''. If the value cannot be interpreted, ''false'' is returned.
 +
|-
 +
| Boolean To Font Attribute Converter || ✗ || Converts a '''boolean''' into a '''[[https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.fontattributes?view=xamarin-forms font attribute]]''' value. In detail, if the value is ''true'', the parameter is interpreted (''Bold'', ''Italic'', ''None'') and returned. The default returned font-attribute is ''None''.
 
|}
 
|}
  
 
===Usage===
 
===Usage===
 
<Shortly describe how to use the activity ...>
 
<Shortly describe how to use the activity ...>

Revision as of 13:16, 1 August 2019

Converters in Xamarin

This page lists all currently available converters for customizing Xamarin XAML. This Page is WIP!!!

Converter 2-Way Description
Boolean Converter Interprets the boolean value and returns it. If the value cannot be interpreted, false is returned.
Boolean Invert Converter Interprets and converts a boolean into its inverted value. If the value cannot be interpreted, false is returned.
Boolean To Font Attribute Converter Converts a boolean into a [font attribute] value. In detail, if the value is true, the parameter is interpreted (Bold, Italic, None) and returned. The default returned font-attribute is None.

Usage

<Shortly describe how to use the activity ...>