C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / SizeAllocated Method


In This Topic
SizeAllocated Method (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Protected Sub SizeAllocated( _
   ByVal width As Double, _
   ByVal height As Double _
) 
 
'Usage
 
Dim instance As C1RadialGauge
Dim width As Double
Dim height As Double
 
instance.SizeAllocated(width, height)

Parameters

width
height
See Also