ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TileListBoxPanel Class / CalculateExtentSize Method



In This Topic
    CalculateExtentSize Method (C1TileListBoxPanel)
    In This Topic
    Calculates the extent size which determine the size of the panel.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CalculateExtentSize() As Size
    'Usage
     
    
    Dim instance As C1TileListBoxPanel
    Dim value As Size
     
    value = instance.CalculateExtentSize()
    protected override Size CalculateExtentSize()
    protected:
    Size CalculateExtentSize(); override 
    See Also