Class OverviewCustomPanel
  
  Represents the class for custom panel of the overview.
    Inheritance
    System.Object
    OverviewCustomPanel
   
  
  Assembly: Syncfusion.Shared.WPF.dll
  Syntax
  
    public class OverviewCustomPanel : Panel
   
  Constructors
  
  
  
  
  OverviewCustomPanel()
  
  
  Declaration
  
    public OverviewCustomPanel()
   
  Methods
  
  
  
  
  ArrangeOverride(Size)
  
  
  Declaration
  
    protected override Size ArrangeOverride(Size finalSize)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Windows.Size | finalSize |  | 
    
  
  Returns
  
  
  
  
  MeasureOverride(Size)
  
  
  Declaration
  
    protected override Size MeasureOverride(Size availableSize)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Windows.Size | availableSize |  | 
    
  
  Returns