Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.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 C1Size
    'Usage
     
    
    Dim instance As SymbolEventArgs
    Dim value As C1Size
     
    value = instance.Size
    public C1Size Size {get;}
    See Also