fuget.org
Xamarin.CommunityToolkit
by Microsoft
2.0.6
1 May 23
Toggle Dropdown
Version 2
2.0.6
1 May 23
2.0.5
16 Sep 22
2.0.4
12 Jul 22
2.0.2
3 May 22
2.0.1
18 Mar 22
2.0.0
27 Jan 22
Version 1
1.3.2
11 Jan 22
1.3.1
29 Nov 21
1.3.0
2 Nov 21
1.3.0-pre2
13 Aug 21
1.3.0-pre1
13 Jul 21
1.3.0-compat-alpha3
25 Nov 21
1.2.0
2 Jul 21
1.2.0-pre2
14 May 21
1.2.0-pre1
7 May 21
1.1.0
22 Mar 21
1.1.0-pre2
12 Mar 21
1.1.0-pre1
23 Feb 21
1.0.3
22 Feb 21
1.0.2
21 Jan 21
1.0.1
13 Jan 21
1.0.0
7 Jan 21
1.0.0-pre6
15 Dec 20
1.0.0-pre5
17 Nov 20
1.0.0-pre4
21 Oct 20
1.0.0-pre3
14 Sep 20
1.0.0-pre2
25 Aug 20
1.0.0-pre1
11 Aug 20
API Diff
with 1.3.2
Toggle Dropdown
Version 2
2.0.6
1 May 23
2.0.5
16 Sep 22
2.0.4
12 Jul 22
2.0.2
3 May 22
2.0.1
18 Mar 22
2.0.0
27 Jan 22
Version 1
1.3.2
11 Jan 22
1.3.1
29 Nov 21
1.3.0
2 Nov 21
1.3.0-pre2
13 Aug 21
1.3.0-pre1
13 Jul 21
1.3.0-compat-alpha3
25 Nov 21
1.2.0
2 Jul 21
1.2.0-pre2
14 May 21
1.2.0-pre1
7 May 21
1.1.0
22 Mar 21
1.1.0-pre2
12 Mar 21
1.1.0-pre1
23 Feb 21
1.0.3
22 Feb 21
1.0.2
21 Jan 21
1.0.1
13 Jan 21
1.0.0
7 Jan 21
1.0.0-pre6
15 Dec 20
1.0.0-pre5
17 Nov 20
1.0.0-pre4
21 Oct 20
1.0.0-pre3
14 Sep 20
1.0.0-pre2
25 Aug 20
1.0.0-pre1
11 Aug 20
Xamarin.CommunityToolkit.2.0.6.nupkg
nuget.org
github.com
Source
MIT License
<
PackageReference
Include
=
"Xamarin.CommunityToolkit"
Version
=
"2.0.6"
/>
Frameworks
monoandroid10.0
net471
net472
netcoreapp3.1
netstandard1.0
netstandard2.0
netstandard2.1
tizen40
uap10.0.18362
xamarinios10
xamarinmac20
xamarintvos10
xamarinwatchos10
Dependencies
Xamarin.Forms 5.0.0.2291
API Diff between 2.0.6 and 1.3.2
21
Additions
0
Removals
Xamarin.CommunityToolkit.Converters
public
class
MathExpressionConverter
:
ValueConverterExtension
,
IValueConverter
public
string
Expression
{
get
;
set
; }
public
class
MultiMathExpressionConverter
:
MultiValueConverterExtension
,
IMultiValueConverter
public
string
Expression
{
get
;
set
; }
public
class
UtcDateTimeToLocalStringConverter
:
ValueConverterExtension
,
IValueConverter
public
static
readonly
BindableProperty
DateTimeFormatProperty
public
string
DateTimeFormat
{
get
;
set
; }
public
UtcDateTimeToLocalStringConverter
()
public
object
Convert
(
object
value
,
Type
targetType
,
object
parameter
,
CultureInfo
culture
)
public
object
ConvertBack
(
object
value
,
Type
targetType
,
object
parameter
,
CultureInfo
culture
)
Xamarin.CommunityToolkit.Effects
public
class
CornerRadiusEffect
public
static
readonly
BindableProperty
CornerRadiusProperty
public
CornerRadiusEffect
()
public
static
CornerRadius
GetCornerRadius
(
BindableObject
bindable
)
public
static
void
SetCornerRadius
(
BindableObject
bindable
,
CornerRadius
value
)
public
class
TouchEffect
:
RoutingEffect
public
static
readonly
BindableProperty
NativeAnimationBorderlessProperty
public
bool
NativeAnimationBorderless
{
get
; }
public
static
bool
GetNativeAnimationBorderless
(
BindableObject
bindable
)
public
static
void
SetNativeAnimationBorderless
(
BindableObject
bindable
,
bool
value
)
Xamarin.CommunityToolkit.UI.Views
public
class
BadgeView
:
BaseTemplatedView
<
Grid
>
public
static
readonly
BindableProperty
CornerRadiusProperty
public
float
CornerRadius
{
get
;
set
; }
public
static
class
Extensions
public
static
ObservableCollection
<
Point
>
SmoothedPathWithGranularity
(
this
ObservableCollection
<
Point
>
currentPoints
,
int
granularity
)