fuget.org
DSoft.XamarinForms.Controls
by newky2k
1.0.2112.1401
14 Dec 21
Toggle Dropdown
Version 1
1.0.2112.1401
14 Dec 21
1.0.2111.3001
30 Nov 21
1.0.2109.2301
22 Sep 21
1.0.2006.901
9 Jun 20
1.0.1911.1701
17 Nov 19
1.0.1910.2104
21 Oct 19
1.0.1910.2103
21 Oct 19
1.0.1910.1602-preview
16 Oct 19
1.0.1910.1512-preview
15 Oct 19
1.0.1910.161-preview
16 Oct 19
1.0.1910.151-preview
15 Oct 19
1.0.1910.143-preview
15 Oct 19
API Diff
with 1.0.2111.3001
Toggle Dropdown
Version 1
1.0.2112.1401
14 Dec 21
1.0.2111.3001
30 Nov 21
1.0.2109.2301
22 Sep 21
1.0.2006.901
9 Jun 20
1.0.1911.1701
17 Nov 19
1.0.1910.2104
21 Oct 19
1.0.1910.2103
21 Oct 19
1.0.1910.1602-preview
16 Oct 19
1.0.1910.1512-preview
15 Oct 19
1.0.1910.161-preview
16 Oct 19
1.0.1910.151-preview
15 Oct 19
1.0.1910.143-preview
15 Oct 19
DSoft.XamarinForms.Controls.1.0.2112.1401.nupkg
nuget.org
github.com
MIT License
<
PackageReference
Include
=
"DSoft.XamarinForms.Controls"
Version
=
"1.0.2112.1401"
/>
Frameworks
monoandroid90
netstandard2.0
uap10.0.16299
xamarinios10
Dependencies
SkiaSharp.Views.Forms 1.68.3
Xamarin.Forms 4.5.0.495
API Diff between 1.0.2112.1401 and 1.0.2111.3001
22
Additions
0
Removals
DSoft.XamarinForms.Controls
public
class
SingleRingChartView
:
ContentView
public
static
readonly
BindableProperty
CenterViewProperty
public
static
readonly
BindableProperty
DropShadowDepthProperty
public
static
readonly
BindableProperty
HasDropShadowProperty
public
static
readonly
BindableProperty
MaxValueProperty
public
static
readonly
BindableProperty
MinValueProperty
public
static
readonly
BindableProperty
RingBackgroundColorProperty
public
static
readonly
BindableProperty
RingColorProperty
public
static
readonly
BindableProperty
RingLineWidthProperty
public
static
readonly
BindableProperty
UseShadedRingColorProperty
public
static
readonly
BindableProperty
ValueProperty
public
View
CenterView
{
get
;
set
; }
public
int
DropShadowDepth
{
get
;
set
; }
public
bool
HasDropShadow
{
get
;
set
; }
public
double
MaxValue
{
get
;
set
; }
public
double
MinValue
{
get
;
set
; }
public
Color
RingBackgroundColor
{
get
;
set
; }
public
Color
RingColor
{
get
;
set
; }
public
double
RingLineWidth
{
get
;
set
; }
public
bool
UseShadedRingColor
{
get
;
set
; }
public
double
Value
{
get
;
set
; }
public
SingleRingChartView
()