C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / AxisLabelLoadingEventArgs Class / Rect Property


In This Topic
Rect Property
In This Topic
Gets the label rect in control pixel coordinates.
Syntax
'Declaration
 
Public Property Rect As Xamarin.Forms.Rectangle
 
'Usage
 
Dim instance As AxisLabelLoadingEventArgs
Dim value As Xamarin.Forms.Rectangle
 
instance.Rect = value
 
value = instance.Rect
See Also