Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / SymbolEventArgs Class / Size Property


In This Topic
    Size Property
    In This Topic
    Gets the symbol size in control pixel coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As CoreGraphics.CGSize
    'Usage
     
    
    Dim instance As SymbolEventArgs
    Dim value As CoreGraphics.CGSize
     
    value = instance.Size
    public CoreGraphics.CGSize Size {get;}
    See Also