C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / WidthRequest Property


In This Topic
WidthRequest Property (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Public Property WidthRequest As Double
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Double
 
instance.WidthRequest = value
 
value = instance.WidthRequest
See Also