C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / WidthRequest Property


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