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
See Also