Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 CoreGraphics.CGRect
    'Usage
     
    
    Dim instance As AxisLabelLoadingEventArgs
    Dim value As CoreGraphics.CGRect
     
    instance.Rect = value
     
    value = instance.Rect
    public CoreGraphics.CGRect Rect {get; set;}
    See Also