ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / MeasureSize Property



In This Topic
    MeasureSize Property (C1ListViewerPanel)
    In This Topic
    Gets the size used to measure the items in the MeasureOverride method call.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property MeasureSize As Size
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As Size
     
    value = instance.MeasureSize
    protected virtual Size MeasureSize {get;}
    protected:
    virtual property Size MeasureSize {
       Size get();
    }
    See Also